We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Could you please lower the logging level, when no explicit type is given?
On the one hand I would like to see the info logs for messages like
logger.info("Unsupported metric type '{}' for result {}, export it as counter", result.getType(), result);
But when everything is OK and it should default to counter this line is filling up my log and makes it unreadable:
logger.info("Unspecified type for result {}, export it as counter");
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Could you please lower the logging level, when no explicit type is given?
On the one hand I would like to see the info logs for messages like
But when everything is OK and it should default to counter this line is filling up my log and makes it unreadable:
The text was updated successfully, but these errors were encountered: