You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello,
Please, log cache state details with another log level, e.g.
info
instead oflifecycle
Actual:
gradle-docker-compose-plugin/src/main/groovy/com/avast/gradle/dockercompose/ServiceInfoCache.groovy
Line 50 in c15bc18
Expected:
Regards
Piotr Minkina
The text was updated successfully, but these errors were encountered: