Setup correct log path and debug level for Astute

Correct log path: '/var/log/astute/astute.log'
Correct log level: 'debug'

Change-Id: Ifc05b35369691353a631328531dea36c8d7a55d8
Partial-Bug: #1523476
Closes-Bug: #1524368
This commit is contained in:
Vladimir Sharshov (warpc) 2015-12-14 14:07:37 +03:00 committed by Alex Schultz
parent 490aa933a0
commit 6417bca00a

View File

@ -1 +1 @@
ASTUTE_OPTIONS="--config /etc/astute/astuted.conf --logfile /var/log/astute.log --loglevel info --workers 7" ASTUTE_OPTIONS="--config /etc/astute/astuted.conf --logfile /var/log/astute/astute.log --loglevel debug --workers 7"