Commit aa87f461 authored by Romain Loth's avatar Romain Loth

change default and actual services.log path to the new 'logs/' volume dir

parent 85469296
......@@ -5,7 +5,7 @@ COMEX_PORT=9090
# that's how much we'll log from services: DEBUG,INFO,WARNING,ERROR
LOG_LEVEL=DEBUG
LOG_FILE=services.log
LOG_FILE=logs/services.log
[routes]
PREFIX=/services
......
......@@ -14,7 +14,7 @@ CONFIGMENU = [
{"sec": 'main', "var":'LOG_LEVEL', "def": "INFO" },
{"sec": 'main', "var":'COMEX_HOST', "def": '0.0.0.0' },
{"sec": 'main', "var":'COMEX_PORT', "def": '9090' },
{"sec": 'main', "var":'LOG_FILE', "def": 'services.log' },
{"sec": 'main', "var":'LOG_FILE', "def": 'logs/services.log' },
{"sec": 'routes', "var":'PREFIX', "def": '/services' },
{"sec": 'routes', "var":'USR_ROUTE', "def": '/user' },
{"sec": 'routes', "var":'API_ROUTE', "def": '/api' },
......
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