How to write integration tests for a charm > Log to a file has a sample pyproject.toml that contains:
# 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"
The comment says that the presence of log_level = "INFO" has an effect on the Jubilant output when running integration tests. Let's see if there's really a difference when using the latest version of Jubilant.
How to write integration tests for a charm > Log to a file has a sample
pyproject.tomlthat contains:The comment says that the presence of
log_level = "INFO"has an effect on the Jubilant output when running integration tests. Let's see if there's really a difference when using the latest version of Jubilant.