Skip to content

Commit 1781ad0

Browse files
authored
Merge pull request #275 from middlewarehq/fix/cron-logs
Update useLogs.tsx to include cron/cron as log source
2 parents b77e1e1 + bafbe46 commit 1781ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/source/hooks/useLogs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const useLogs = (
3535
case LogSource.Postgres:
3636
return ['postgres/postgres', 'pgs', '#ff70a6'];
3737
case LogSource.Cron:
38-
return ['cron', 'cro', '#ffd166'];
38+
return ['cron/cron', 'cro', '#ffd166'];
3939
default:
4040
return def;
4141
}

0 commit comments

Comments
 (0)