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

Log cache state details with another log level #368

Closed
piotrminkina opened this issue Aug 26, 2022 · 0 comments
Closed

Log cache state details with another log level #368

piotrminkina opened this issue Aug 26, 2022 · 0 comments

Comments

@piotrminkina
Copy link

Hello,

Please, log cache state details with another log level, e.g. info instead of lifecycle

Actual:

logger.lifecycle("Current and cached states differs, cannot use the cached service infos.\nCached state:\n$cachedState\nCurrent state:\n$currentState")

Expected:

logger.lifecycle("Current and cached states differs, cannot use the cached service infos.")
logger.info("Cached state:\n$cachedState")
logger.info("Current state:\n$currentState")

Regards
Piotr Minkina

@augi augi closed this as completed in 8155c72 Aug 29, 2022
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