refs #1838 log to /var/log instead of the shared /opt/opengnsys/log
parent
0179d106e9
commit
46238456cb
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue