Skip to content

Commit

Permalink
Add log level to service files
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Schultz <[email protected]>
  • Loading branch information
dylanschultzie committed Feb 26, 2025
1 parent 19ce792 commit b23f15c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ services:
rpc_health_checker:
build: .
container_name: health
restart: unless-stopped
restart: always
command:
- '--log-level INFO'
ports:
- "53336:53336"
network_mode: host
Expand Down
2 changes: 1 addition & 1 deletion rpc_checker.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After=network.target
Type=simple
User={USERNAME}
WorkingDirectory=/home/{USERNAME}/rpc_health_checker
ExecStart=/home/{USERNAME}/.local/bin/uv run -- run.py
ExecStart=/home/{USERNAME}/.local/bin/uv run -- run.py --log-level=INFO
Restart=always

[Install]
Expand Down

0 comments on commit b23f15c

Please sign in to comment.