summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorSimon Rettberg2018-04-11 22:31:55 +0200
committerSimon Rettberg2018-04-11 22:31:55 +0200
commita6bb8e8d31bc9ecdc01c454b36150fea84c37ca8 (patch)
tree4cfb78967ecbdfc1a38690454d0ee65b987835f8 /conf
parent[SERVER] More error handling and logging when caching received data to disk (diff)
downloaddnbd3-a6bb8e8d31bc9ecdc01c454b36150fea84c37ca8.tar.gz
dnbd3-a6bb8e8d31bc9ecdc01c454b36150fea84c37ca8.tar.xz
dnbd3-a6bb8e8d31bc9ecdc01c454b36150fea84c37ca8.zip
[SERVER] Option to disable timestamps on stdout/console (default: disabled)
Diffstat (limited to 'conf')
-rw-r--r--conf/server.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/server.conf b/conf/server.conf
index 332f8a3..a33a84e 100644
--- a/conf/server.conf
+++ b/conf/server.conf
@@ -49,4 +49,7 @@ consoleMask=ERROR WARNING MINOR INFO
; INFO Informational message
; DEBUG1 Debug information, used for medium verbosity
; DEBUG2 Used for debug messages that would show up a lot
+;
+; Whether timestamps should be output to console too (or just to file if false)
+consoleTimestamps=false