netconf-pnp-simulator: convenient TLS and SSH configuration
[integration.git] / test / mocks / netconf-pnp-simulator / engine / supervisord.conf
index 9e6fd42..980ac36 100644 (file)
 # ============LICENSE_END=========================================================
 
 [supervisord]
+user=root
 nodaemon=true
 logfile=/dev/null
 logfile_maxbytes=0
-loglevel=debug
+loglevel=info
 
 [program:sysrepod]
 command=/opt/bin/sysrepod -d -l3
 autorestart=true
+stdout_logfile=/dev/stdout
+stdout_logfile_maxbytes=0
 redirect_stderr=true
 priority=1
 
 [program:sysrepo-plugind]
 command=/opt/bin/sysrepo-plugind -d -l3
 autorestart=true
+stdout_logfile=/dev/stdout
+stdout_logfile_maxbytes=0
 redirect_stderr=true
 priority=2
 
 [program:netopeer2-server]
 command=/opt/bin/netopeer2-server -d -v3
 autorestart=true
+stdout_logfile=/dev/stdout
+stdout_logfile_maxbytes=0
 redirect_stderr=true
 priority=3