Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to prevent console messages getting intercepted. #47

Open
SGarno opened this issue Apr 28, 2021 · 0 comments
Open

How to prevent console messages getting intercepted. #47

SGarno opened this issue Apr 28, 2021 · 0 comments

Comments

@SGarno
Copy link

SGarno commented Apr 28, 2021

When a standard console.log() is issued, Guark seems to intercept this and sends it through logrus(?) with json formatting. How can this be disabled or at least change the format to text instead of JSON?

I have changed the Guark logrus to use console formatting, and it works for all things going through the app context, but for some reason the console.log gets intercepted and do not go through the Guark log. I am not sure where this is occurring.

Any ideas would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant