mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-08 19:47:20 +00:00
refactor: simplify logs plugin types; remove deprecated format.timestamp field
This commit is contained in:
parent
b28ca170ed
commit
805234acc1
75 changed files with 81 additions and 102 deletions
|
@ -118,10 +118,7 @@ function getCasesPlugin(): Promise<any> {
|
|||
const defaultOptions: PluginOptions<LogsPluginType> = {
|
||||
config: {
|
||||
channels: {},
|
||||
format: {
|
||||
timestamp: FORMAT_NO_TIMESTAMP,
|
||||
...DefaultLogMessages,
|
||||
},
|
||||
format: DefaultLogMessages,
|
||||
ping_user: true,
|
||||
allow_user_mentions: false,
|
||||
timestamp_format: "[<t:]X[>]",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue