8000 The messaging_postgres log tag is replaced with the messaging log tag · aaronjensen/messaging-postgres@079172b · GitHub
[go: up one dir, main page]

Skip to content

Commit 079172b

Browse files
committed
The messaging_postgres log tag is replaced with the messaging log tag
1 parent c8629d5 commit 079172b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/messaging/postgres/log.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Messaging
22
module Postgres
33
class Log < ::Log
44
def tag!(tags)
5-
tags << :messaging_postgres
5+
tags << :messaging
66
end
77
end
88
end

0 commit comments

Comments
 (0)
0