binary1ne commited on
Commit
670f71d
·
verified ·
1 Parent(s): 63508d6

Update supervisord.conf

Browse files
Files changed (1) hide show
  1. supervisord.conf +1 -2
supervisord.conf CHANGED
@@ -1,9 +1,8 @@
1
  [supervisord]
2
- user=user
3
  nodaemon=true
4
  logfile=/dev/stdout
5
  logfile_maxbytes=0
6
- loglevel=error
7
 
8
  [program:xvfb]
9
  command=Xvfb :99 -screen 0 %(ENV_RESOLUTION)s -ac +extension GLX +render -noreset
 
1
  [supervisord]
 
2
  nodaemon=true
3
  logfile=/dev/stdout
4
  logfile_maxbytes=0
5
+ loglevel=debug
6
 
7
  [program:xvfb]
8
  command=Xvfb :99 -screen 0 %(ENV_RESOLUTION)s -ac +extension GLX +render -noreset