Skip to content

Commit

Permalink
feat: Provided worker template
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed Jan 24, 2024
1 parent 915bfc3 commit f728314
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions configs/config.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ app:
debug: true
modules:
log:
level: debug
output: console
3 changes: 0 additions & 3 deletions configs/config.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ modules:
expose: false
stats:
expose: false
log:
level: info
output: stdout
1 change: 1 addition & 0 deletions configs/config.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ app:
debug: true
modules:
log:
level: debug
output: test
trace:
processor:
Expand Down
3 changes: 2 additions & 1 deletion configs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ modules:
modules:
expose: true
log:
level: debug
level: info
output: stdout
trace:
processor:
type: noop
Expand Down

0 comments on commit f728314

Please sign in to comment.