mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 20:55:01 +00:00
feat: move log timestamp prepending to log message format; use native timestamps by default
This commit is contained in:
parent
9105495d72
commit
4179bc4ee1
3 changed files with 73 additions and 76 deletions
|
@ -123,7 +123,7 @@ const defaultOptions: PluginOptions<LogsPluginType> = {
|
|||
},
|
||||
ping_user: true, // Legacy/deprecated, if below is false mentions wont actually ping. In case you really want the old behavior, set below to true
|
||||
allow_user_mentions: false,
|
||||
timestamp_format: "YYYY-MM-DD HH:mm:ss z",
|
||||
timestamp_format: "[<t:]X[>]",
|
||||
include_embed_timestamp: true,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue