forked from Github/frigate
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user