mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-25 21:13:57 +00:00
Log timestamps with milliseconds by default
This commit is contained in:
parent
d348f12a0e
commit
071a3b2a32
2 changed files with 2 additions and 2 deletions
|
@ -330,7 +330,7 @@ make_config! {
|
|||
/// Enable extended logging
|
||||
extended_logging: bool, false, def, true;
|
||||
/// Log timestamp format
|
||||
log_timestamp_format: String, true, def, "%Y-%m-%d %H:%M:%S".to_string();
|
||||
log_timestamp_format: String, true, def, "%Y-%m-%d %H:%M:%S.%3f".to_string();
|
||||
/// Enable the log to output to Syslog
|
||||
use_syslog: bool, false, def, false;
|
||||
/// Log file path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue