Default log level should be debug

Astute is middleware and for debug propose
we need all Astute output including debug.

Change-Id: I054ffb618f2458c3b0fdbbd94998c7d9387ad23f
Closes-Bug: #1524368
This commit is contained in:
Vladimir Sharshov (warpc) 2015-12-09 17:53:21 +03:00
parent 81d9319d44
commit f7df18ab6b
1 changed files with 1 additions and 1 deletions

View File

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