|
|
|
@ -54,9 +54,13 @@ devices = [ |
|
|
|
|
|
|
|
|
|
[logging] |
|
|
|
|
# The format the date displayed when logging things should take. |
|
|
|
|
# Allowed values: relative (e.g like when a Linux machine boots), absolute (e.g. like Nginx server logs) |
|
|
|
|
# Allowed values: relative (e.g like when a Linux machine boots), absolute (e.g. like Nginx server logs), none (omits it entirely)) |
|
|
|
|
date_display_mode = "relative" |
|
|
|
|
|
|
|
|
|
# Whether we should be verbose and log a bunch of stuff to the console. |
|
|
|
|
# Disabled by default, but useful for debugging. |
|
|
|
|
verbose = false |
|
|
|
|
|
|
|
|
|
# Whether we should output ANSI escape sequences to colourise the output or not. |
|
|
|
|
# Defaults to true, but you should turn it off if you're using syslog. |
|
|
|
|
colour = true |
|
|
|
|