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

Audit log level of error messages #3

Open
Shadowfiend opened this issue Aug 12, 2019 · 1 comment
Open

Audit log level of error messages #3

Shadowfiend opened this issue Aug 12, 2019 · 1 comment

Comments

@Shadowfiend
Copy link

At least some logs are spitting errors out at INFO level (which in our case really means spitting them to standard out instead of standard error). We should look into it and fix that. Here's an example in stack driver, where we have something prefixed with ERROR that actually got sent to standard out and thus not recognized.

It's possible to handle this properly we'll actually need to either do some configuration tweaking to the logger, or switch to a different logger, maybe one that knows how to talk directly to stack driver in addition to printing to the console.

@Shadowfiend
Copy link
Author

Going to move this into https://github.com/thesis/hubot since it's best handled in the Hubot logger.

@Shadowfiend Shadowfiend transferred this issue from thesis/valkyrie Jan 22, 2023
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