We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
httpx
httpcore
1 parent 1696d4a commit f2628fbCopy full SHA for f2628fb
src/charm.py
@@ -128,6 +128,8 @@
128
from utils import label2name, new_password
129
130
logger = logging.getLogger(__name__)
131
+logging.getLogger("httpx").setLevel(logging.WARNING)
132
+logging.getLogger("httpcore").setLevel(logging.WARNING)
133
134
PRIMARY_NOT_REACHABLE_MESSAGE = "waiting for primary to be reachable from this unit"
135
EXTENSIONS_DEPENDENCY_MESSAGE = "Unsatisfied plugin dependencies. Please check the logs"
0 commit comments