You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lab/logger.md
+12
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,18 @@ logs:
194
194
compression.
195
195
6. `log_ending`: line ending to use in the logger. Default is new line - `\n`.
196
196
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
+
197
209
## ZapLogger
198
210
199
211
Feel free to register your own [ZapLogger](https://github.com/uber-go/zap) extensions.
0 commit comments