We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c85c8 commit 2828ab1Copy full SHA for 2828ab1
README.md
@@ -64,6 +64,16 @@ options:
64
- `:levels` - a set of log levels (or `:all`) to limit the appender to
65
- `:path` - the path of the log file
66
67
+### Fine-tuning
68
+
69
+There are a number of other options for fine-tuning the logger:
70
71
+- `:buffer-size` - the size of the logging ring buffer (default: 1024)
72
+- `:polling-rate` - the delay in ms between each poll (default: 5)
73
+- `:poll-chunk-size` - the max no. of logs to process each poll (default: 8)
74
+- `:shutdown-delay` - the delay in ms before shutting down (default: 100)
75
+- `:shutdown-timeout` - the time to wait in ms for shutdown (default: 1000)
76
77
## License
78
79
Copyright © 2024 James Reeves
0 commit comments