You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @lox. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 3 days I will close it automatically.
If you have more information that will help us get to the bottom of this, just add a comment!
[REQUIRED] Version info
firebase-admin 12.1.1
firebase-functions 5.0.1
node v20.5.1
[REQUIRED] Test case
It appears that in the past 48 hours warnings from
firebase-functions/logger
have been showing up as errors.Deploy this http function and load it:
Then view Google Logs Explorer and look for the warn log level message:
Note the incorrect
"severity": "ERROR",
[REQUIRED] Steps to reproduce
Follow the test case.
[REQUIRED] Expected behavior
Warn should present as
severity: WARNING
[REQUIRED] Actual behavior
Warn is
"severity": "ERROR",
Were you able to successfully deploy your functions?
Yup.
The text was updated successfully, but these errors were encountered: