mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-26 19:06:11 +01:00
Add docs for go2rtc logging (#15204)
This commit is contained in:
parent
9c5a04f25f
commit
5cafca1be0
@ -4,7 +4,9 @@ title: Advanced Options
|
|||||||
sidebar_label: Advanced Options
|
sidebar_label: Advanced Options
|
||||||
---
|
---
|
||||||
|
|
||||||
### `logger`
|
### Logging
|
||||||
|
|
||||||
|
#### Frigate `logger`
|
||||||
|
|
||||||
Change the default log level for troubleshooting purposes.
|
Change the default log level for troubleshooting purposes.
|
||||||
|
|
||||||
@ -28,6 +30,18 @@ Examples of available modules are:
|
|||||||
- `watchdog.<camera_name>`
|
- `watchdog.<camera_name>`
|
||||||
- `ffmpeg.<camera_name>.<sorted_roles>` NOTE: All FFmpeg logs are sent as `error` level.
|
- `ffmpeg.<camera_name>.<sorted_roles>` NOTE: All FFmpeg logs are sent as `error` level.
|
||||||
|
|
||||||
|
#### Go2RTC Logging
|
||||||
|
|
||||||
|
See [the go2rtc docs](for logging configuration)
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
go2rtc:
|
||||||
|
streams:
|
||||||
|
...
|
||||||
|
log:
|
||||||
|
exec: trace
|
||||||
|
```
|
||||||
|
|
||||||
### `environment_vars`
|
### `environment_vars`
|
||||||
|
|
||||||
This section can be used to set environment variables for those unable to modify the environment of the container (ie. within HassOS)
|
This section can be used to set environment variables for those unable to modify the environment of the container (ie. within HassOS)
|
||||||
|
Loading…
Reference in New Issue
Block a user