Skip to content

Commit b05efcb

Browse files
authored
Update logger.md
1 parent dbc5aa6 commit b05efcb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lab/logger.md

+12
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,18 @@ logs:
194194
compression.
195195
6. `log_ending`: line ending to use in the logger. Default is new line - `\n`.
196196

197+
### Startup logs
198+
199+
{% code %}
200+
```log
201+
[INFO] RoadRunner server started; version: 2024.3.0, buildtime: 2024-12-05T18:39:32+0000
202+
[INFO] sdnotify: not notified
203+
```
204+
205+
These logs are not controlled by the logs configuration section. They are emitted directly by the RoadRunner core and can be turned off using the `-s` or `--silent` CLI option.
206+
207+
{% endcode %}
208+
197209
## ZapLogger
198210

199211
Feel free to register your own [ZapLogger](https://github.com/uber-go/zap) extensions.

0 commit comments

Comments
 (0)