Skip to content

Commit

Permalink
docs: update wording around default log level
Browse files Browse the repository at this point in the history
  • Loading branch information
biodrone committed Sep 10, 2023
1 parent ff595a4 commit 5481c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- ./config.yml:/app/config.yml # config file
environment:
- TICK_TIME=10 # time to repeat, in seconds
- LOG_LEVEL=INFO # log level
- LOG_LEVEL=INFO # log level, defaults to DEBUG
- STREAMDL_GRPC_ADDR=server
- STREAMDL_GRPC_PORT=50051
depends_on:
Expand Down

0 comments on commit 5481c39

Please sign in to comment.