Skip to content

Commit

Permalink
Fix: Log level was DEBUG instead of WARNING in prod
Browse files Browse the repository at this point in the history
Solution: Remove the `--very-verbose` argument from the SystemD service definition.
  • Loading branch information
hoh committed Apr 2, 2024
1 parent b6053f6 commit b90cb84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WorkingDirectory=/opt/aleph-vm
Environment=PYTHONPATH=/opt/aleph-vm/:$PYTHONPATH
Environment=PYTHONDONTWRITEBYTECODE="enabled"
EnvironmentFile=/etc/aleph-vm/supervisor.env
ExecStart=python3 -m aleph.vm.orchestrator --print-settings --very-verbose
ExecStart=python3 -m aleph.vm.orchestrator --print-settings
Restart=always
RestartSec=10s

Expand Down

0 comments on commit b90cb84

Please sign in to comment.