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
The app has a Winston logger that handles newlines and other logging problems from console.log. Replace any calls to console.log with imports from this class.
Kind of curious that PRs like #60 removed calls to this service, using console.log instead. I'm finding that multiline logs end up being split by logplex which leads to parsing errors. This is described in sumologic's pages also.
The app has a Winston logger that handles newlines and other logging problems from console.log. Replace any calls to console.log with imports from this class.
https://github.com/forcedotcom/git2gus/blob/main/api/services/Logs/logger.js#L4
The text was updated successfully, but these errors were encountered: