Skip to content

Commit 65fd868

Browse files
authored
fix: update realtime route for supabase-realtime (supabase#39963)
- fixes issue with realtime logs not showing in studio - appname changed to "realtime-dev.supabase-realitme"
1 parent ab211a4 commit 65fd868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/volumes/logs/vector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ transforms:
3333
kong: '.appname == "supabase-kong"'
3434
auth: '.appname == "supabase-auth"'
3535
rest: '.appname == "supabase-rest"'
36-
realtime: '.appname == "supabase-realtime"'
36+
realtime: '.appname == "realtime-dev.supabase-realtime"'
3737
storage: '.appname == "supabase-storage"'
3838
functions: '.appname == "supabase-edge-functions"'
3939
db: '.appname == "supabase-db"'

0 commit comments

Comments
 (0)