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
# Retain INFO logs in the "Captured log call" section when run interactively.
# Otherwise, that section will have DEBUG logs (coming from log_file_level).
log_level = "INFO"
Based on my experience of Jubilant, I don't think log_level = "INFO" has any effect on the Jubilant output during an integration test. But maybe there's a behaviour difference with the latest version of Jubilant?
I'm reading https://canonical.com/juju/docs/ops/latest/howto/write-integration-tests-for-a-charm/#log-to-a-file, which has an example of
pyproject.toml:Based on my experience of Jubilant, I don't think
log_level = "INFO"has any effect on the Jubilant output during an integration test. But maybe there's a behaviour difference with the latest version of Jubilant?