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
This would be great if we can have away to login multiple in local and one line in production.
If we use %O we will have multiple line log out in screen (intended cuz it make easy to debug in development)
But it's not good (too long for one single error) when having it Cloudwatch
It would be better if we can config auto use %O (multiple line) in development and %o(single line) in production via an ENV Var
The text was updated successfully, but these errors were encountered:
This would be great if we can have away to login multiple in local and one line in production.


If we use
%O
we will have multiple line log out in screen (intended cuz it make easy to debug in development)But it's not good (too long for one single error) when having it Cloudwatch
It would be better if we can config auto use
%O
(multiple line) in development and%o
(single line) in production via an ENV VarThe text was updated successfully, but these errors were encountered: