Skip to content

Commit

Permalink
feat: fixed wrong separator in RUST_LOG in nox (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
enjenjenje authored Sep 17, 2024
1 parent d07ffcc commit 50b7fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/nox/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nox_unit_file: |
Environment="FLUENCE_CONFIG={{ nox_dir }}/Config.toml"
Environment="FLUENCE_BASE_DIR={{ nox_dir }}/state"
Environment="FLUENCE_ROOT_KEY_PAIR__PATH={{ nox_dir }}/state/root_secret_key.ed25519"
Environment="RUST_LOG=info,chain-listener=debug;chain-connector=debug"
Environment="RUST_LOG=info,chain-listener=debug,chain-connector=debug"
ExecStart={{ nox_dir }}/nox
Restart=on-failure
User=root
Expand Down

0 comments on commit 50b7fea

Please sign in to comment.