Skip to content

Commit 7bb0baf

Browse files
DPE-7726: Fixup logs polishing
1 parent 832ed6a commit 7bb0baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/charm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ def _restart_metrics_service(self, postgres_snap: snap.Snap) -> None:
16211621
try:
16221622
snap_password = postgres_snap.get("exporter.password")
16231623
except snap.SnapError:
1624-
logger.warning("Early exit: Trying to reset metrics service with no configuration set")
1624+
logger.warning("Early exit: skipping exporter setup (no configuration set)")
16251625
return None
16261626

16271627
if snap_password != self.get_secret(APP_SCOPE, MONITORING_PASSWORD_KEY):

0 commit comments

Comments
 (0)