Fixed log prefix

This commit is contained in:
2026-03-03 19:54:50 -05:00
parent 4403267abb
commit d44d5e2fb7

View File

@@ -56,7 +56,7 @@ class CustomerService
# Log messages with the entity type for better traceability # Log messages with the entity type for better traceability
def log(msg) def log(msg)
Rails.logger.info "[CustomerPushService] #{msg}" Rails.logger.info "[CustomerService] #{msg}"
end end
end end