refs #1838 log to /var/log instead of the shared /opt/opengnsys/log

pull/26/head
Natalia Serrano 2025-04-15 16:55:45 +02:00
parent 0179d106e9
commit 46238456cb
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ OGPYFUNCS = os.path.join (OPENGNSYS, 'functions')
OGSCRIPTS = os.path.join (OPENGNSYS, 'scripts')
OGIMG = os.path.join (OPENGNSYS, 'images')
OGCAC = os.path.join (OPENGNSYS, 'cache')
OGLOG = os.path.join ('var', 'log')
OGLOG = '/var/log'
OGLOGFILE = f'{OGLOG}/clone-engine.log'
OGJSONLOGFILE = f'{OGLOG}/clone-engine.json.log'
DEBUG = 'yes'