mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-09 22:44:44 +00:00
fixed errorlog path
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
9603ca2be9
commit
0895eb3d74
@ -536,7 +536,7 @@ def start(pid_path, verbose = False, profile = False, debug = False):
|
||||
|
||||
else:
|
||||
|
||||
f = open('errorlog.txt', 'w+')
|
||||
f = open('errorlog.log', 'w+')
|
||||
with daemon.DaemonContext(
|
||||
working_directory=os.getcwd(),
|
||||
pidfile=pidfile.TimeoutPIDLockFile(pid_path),
|
||||
|
Loading…
Reference in New Issue
Block a user