mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Clean up go2rtc logs to not show color text unicode (#5027)
* Use color logs for go2rtc * Update docs to show need for formatted logs * Fix log selector
This commit is contained in:
parent
acd1fb9e3e
commit
1643b4d108
@ -1,3 +1,6 @@
|
||||
log:
|
||||
format: text
|
||||
|
||||
webrtc:
|
||||
listen: ":8555"
|
||||
candidates:
|
||||
|
@ -24,6 +24,9 @@ webRTC works by creating a websocket connection on extra ports. One of the follo
|
||||
* For local webRTC, you will need to create your own go2rtc config:
|
||||
|
||||
```yaml
|
||||
log:
|
||||
format: text
|
||||
|
||||
webrtc:
|
||||
listen: ":8555"
|
||||
candidates:
|
||||
|
@ -38,7 +38,7 @@ export default function Logs() {
|
||||
<div className="space-y-4 p-2 px-4">
|
||||
<Heading>Logs</Heading>
|
||||
|
||||
<ButtonsTabbed viewModes={['frigate', 'go2rtc', 'nginx']} setViewMode={setLogService} />
|
||||
<ButtonsTabbed viewModes={['frigate', 'go2rtc', 'nginx']} currentViewMode={logService} setViewMode={setLogService} />
|
||||
|
||||
<Button className="" onClick={handleCopyLogs}>
|
||||
Copy to Clipboard
|
||||
|
Loading…
Reference in New Issue
Block a user