Send access log to stdout

This commit is contained in:
Michal Fojtik 2015-06-03 14:35:32 +02:00 committed by Rodolfo Carvalho
parent 432bd9b344
commit 3657c889b3

View file

@ -1 +1,2 @@
accesslog = "access.log"
# Send the access log to STDOUT so it can be consumed by `osc logs` command.
accesslog = "-"