Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
oncilla committed Sep 1, 2023
1 parent a047639 commit 2d3eced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/topology/supervisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def _common_entry(self, name, cmd_args):
entry = {
'autostart': 'false',
'autorestart': 'false',
'environment': 'TZ=UTC',
'environment': 'TZ=UTC,QUIC_GO_LOG_LEVEL=debug',
'stdout_logfile': "logs/%s.log" % name,
'redirect_stderr': True,
'startretries': 0,
Expand Down

0 comments on commit 2d3eced

Please sign in to comment.