Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Log simplepush message_id as a string #925

Closed
bbangert opened this issue Jun 19, 2017 · 0 comments
Closed

Log simplepush message_id as a string #925

bbangert opened this issue Jun 19, 2017 · 0 comments

Comments

@bbangert
Copy link
Member

Simplepush uses numbers for the version to send, which results in the message_id being logged as an int. They're supposed to be strings though, and the inconsistency means our logging gets messed up. They should be logged as strings as they are for webpush messages.

@bbangert bbangert self-assigned this Jun 19, 2017
bbangert added a commit that referenced this issue Jun 19, 2017
For logging consistency on the backend we should use the same type
for logging values for the same key. Simplepush was logging its
version as an int however.

Closes #925
bbangert added a commit that referenced this issue Jun 19, 2017
For logging consistency on the backend we should use the same type
for logging values for the same key. Simplepush was logging its
version as an int however.

Closes #925
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant