Add support for server-specific timezone and date format settings
This commit is contained in:
parent
ddbbc543c2
commit
c67a1df11d
51 changed files with 326 additions and 168 deletions
|
@ -26,7 +26,7 @@ const defaultOptions: PluginOptions<LogsPluginType> = {
|
|||
config: {
|
||||
channels: {},
|
||||
format: {
|
||||
timestamp: "YYYY-MM-DD HH:mm:ss",
|
||||
timestamp: "YYYY-MM-DD HH:mm:ss z",
|
||||
...DefaultLogMessages,
|
||||
},
|
||||
ping_user: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue