Skip to content

Commit

Permalink
QWAT warning message to debug to spare logging
Browse files Browse the repository at this point in the history
QWAT warning message to debug to spare logging
  • Loading branch information
ponceta committed Oct 18, 2024
1 parent 980a520 commit 9112784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgepqwat2ili/qwat/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def leitungsknoten_common(row):
# _rel_ --- leak.label_2_visible__REL, leak.label_1_visible__REL, leak.fk_cause__REL, leak.fk_pipe__REL

if row.fk_pipe__REL is None:
logger.warning(
logger.debug(
f"Cannot export QWAT.leak {row.id} as it has no related pipe, which are mandatory in SIA405."
)
continue
Expand Down

0 comments on commit 9112784

Please sign in to comment.