Commit a9f173bb authored by Romain Loth's avatar Romain Loth

logs: no tee is faster *and* safer

parent 808002e0
......@@ -13,7 +13,7 @@ LOG_LEVEL=INFO
LOG_FILE=logs/services.log
#; also show the log on STDOUT ?
LOG_TEE=true
LOG_TEE=false
[routes]
PREFIX=/services
......
......@@ -13,7 +13,7 @@ LOG_LEVEL=INFO
LOG_FILE=logs/services.log
#; also show the log on STDOUT ?
LOG_TEE=true
LOG_TEE=false
[routes]
PREFIX=/services
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment