git2gus
git2gus copied to clipboard
Remove calls to console.log
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
Git2Gus App is installed but the .git2gus/config.json
doesn't exist.
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.