[mod] store journals in yunohost varlog dir

This commit is contained in:
Laurent Peuch 2016-06-28 04:05:33 +02:00
parent 9a08b8ad48
commit 804b6ee962

View file

@ -31,7 +31,7 @@ from datetime import datetime
from moulinette.utils.log import getActionLogger
JOURNALS_PATH = '/var/log/journals/'
JOURNALS_PATH = '/var/log/yunohost/journals/'
logger = getActionLogger('yunohost.journals')