Skip to content

Commit

Permalink
move ice-adapter logs to subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Müllenhaupt committed Apr 25, 2019
1 parent 817740d commit 98c4a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectivity/IceAdapterProcess.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self, player_id, player_login):

# set log directory via ENV
env = QProcessEnvironment.systemEnvironment()
env.insert("LOG_DIR", Settings.get('client/logs/path', type=str))
env.insert("LOG_DIR", os.path.join(Settings.get('client/logs/path', type=str), 'iceAdapterLogs'))
self.ice_adapter_process.setProcessEnvironment(env)

self.ice_adapter_process.start(exe_path, args)
Expand Down

0 comments on commit 98c4a6a

Please sign in to comment.