feat(logging): add file output option for logging configuration

This commit is contained in:
Sergey Krashevich
2024-06-06 18:19:17 +03:00
parent 660979dfda
commit bce0b4a8a0
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -1213,6 +1213,7 @@ log:
rtsp: warn
streams: error
webrtc: fatal
output: stdout # Available output options are: stdout, stderr, or a file path.
```
## Security