Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
fixed logging typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mriedmann committed Feb 2, 2023
1 parent 3a95bcc commit 48037eb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docker/root/etc/supervisor/conf.d/chrony.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:chrony]
priority=100
command=chronyd -d
stderr_logfile = /var/log/supervisord/chrony-stderr.log
stdout_logfile = /var/log/supervisord/chrony-stdout.log
stderr_logfile = /var/log/supervisor/chrony-stderr.log
stdout_logfile = /var/log/supervisor/chrony-stdout.log
4 changes: 2 additions & 2 deletions docker/root/etc/supervisor/conf.d/dnsmasq.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:dnsmasq]
priority=200
command=dnsmasq -C /etc/dnsmasq.conf -k -d
stderr_logfile = /var/log/supervisord/dnsmasq-stderr.log
stdout_logfile = /var/log/supervisord/dnsmasq-stdout.log
stderr_logfile = /var/log/supervisor/dnsmasq-stderr.log
stdout_logfile = /var/log/supervisor/dnsmasq-stdout.log
4 changes: 2 additions & 2 deletions docker/root/etc/supervisor/conf.d/docker.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:dockerd]
priority=900
command=/usr/bin/dockerd -H unix:///var/run/docker.sock -H tcp://127.0.0.1:2375 -H tcp://[::1]:2375
stderr_logfile = /var/log/supervisord/docker-stderr.log
stdout_logfile = /var/log/supervisord/docker-stdout.log
stderr_logfile = /var/log/supervisor/docker-stderr.log
stdout_logfile = /var/log/supervisor/docker-stdout.log
4 changes: 2 additions & 2 deletions docker/root/etc/supervisor/conf.d/mount.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:mount]
priority=5
command=/usr/local/bin/wsl-mount
stderr_logfile = /var/log/supervisord/mount-stderr.log
stdout_logfile = /var/log/supervisord/mount-stdout.log
stderr_logfile = /var/log/supervisor/mount-stderr.log
stdout_logfile = /var/log/supervisor/mount-stdout.log
4 changes: 2 additions & 2 deletions docker/root/etc/supervisor/conf.d/startup.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
priority=1
startsecs=0
command=/usr/local/bin/startup
stderr_logfile = /var/log/supervisord/startup-stderr.log
stdout_logfile = /var/log/supervisord/startup-stdout.log
stderr_logfile = /var/log/supervisor/startup-stderr.log
stdout_logfile = /var/log/supervisor/startup-stdout.log
4 changes: 2 additions & 2 deletions docker/root/etc/supervisor/conf.d/vpnkit.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:vpnkit]
priority=10
command=/usr/local/bin/wsl-vpnkit
stderr_logfile = /var/log/supervisord/vpnkit-stderr.log
stdout_logfile = /var/log/supervisord/vpnkit-stdout.log
stderr_logfile = /var/log/supervisor/vpnkit-stderr.log
stdout_logfile = /var/log/supervisor/vpnkit-stdout.log

0 comments on commit 48037eb

Please sign in to comment.