Skip to content

Commit

Permalink
chore: reduce size of proxy logs (#6546)
Browse files Browse the repository at this point in the history
Proxy config would generate 200mb files that are impossible to read in
an editor
  • Loading branch information
stringhandler authored Sep 10, 2024
1 parent ad144f7 commit c787a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/minotari_merge_mining_proxy/log4rs_sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ appenders:
kind: compound
trigger:
kind: size
limit: 200mb
limit: 10mb
roller:
kind: fixed_window
base: 1
Expand Down

0 comments on commit c787a6a

Please sign in to comment.