mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] store journals in yunohost varlog dir
This commit is contained in:
parent
9a08b8ad48
commit
804b6ee962
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue