diff --git a/web/src/routes/Logs.jsx b/web/src/routes/Logs.jsx index c0a02f07e..fcaea21e9 100644 --- a/web/src/routes/Logs.jsx +++ b/web/src/routes/Logs.jsx @@ -18,8 +18,8 @@ export default function Logs() { -
- {frigateLogs} +
+ {logService == 'frigate' ? frigateLogs : (logService == 'go2rtc' ? go2rtcLogs : nginxLogs)}