git2gus icon indicating copy to clipboard operation
git2gus copied to clipboard

Remove calls to console.log

Open mpsenn opened this issue 2 years ago • 2 comments

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

mpsenn avatar Feb 14 '23 17:02 mpsenn

Git2Gus App is installed but the .git2gus/config.json doesn't exist.

git2gus[bot] avatar Feb 14 '23 17:02 git2gus[bot]

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.

mpsenn avatar Feb 19 '23 19:02 mpsenn