Skip to content

Commit e11bf4b

Browse files
committed
roachprod: add missing file groups to log config
Release note: None
1 parent e8b998b commit e11bf4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/roachprod/install/files/cockroachdb-logging.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ sinks:
3131
channels:
3232
INFO: [DEV, OPS]
3333
WARNING: all except [DEV, OPS]
34+
changefeed:
35+
channels: [CHANGEFEED]
3436
health:
3537
channels: [HEALTH]
3638
kv-distribution:
@@ -48,6 +50,8 @@ sinks:
4850
auditable: false
4951
sql-exec:
5052
channels: [SQL_EXEC]
53+
sql-schema:
54+
channels: [SQL_SCHEMA]
5155
sql-slow:
5256
channels: [SQL_PERF]
5357
sql-slow-internal-only:

0 commit comments

Comments
 (0)