]> git.ipfire.org Git - thirdparty/suricata.git/commit
pgsql: don't log password msg if password disabled 9985/head
authorJuliana Fajardini <jufajardini@oisf.net>
Tue, 5 Dec 2023 13:56:28 +0000 (10:56 -0300)
committerVictor Julien <victor@inliniac.net>
Wed, 6 Dec 2023 14:27:01 +0000 (15:27 +0100)
commitbdec2d8ea80cf69a8d1ce9c4505452f17f6058fe
treea2ecbd3d961bc61a3f77a6abe88df0105677d2e8
parentfc81c99b587af6201f57948929e2de13172078c9
pgsql: don't log password msg if password disabled

If the logging of the password is disabled, there isn't much point in
logging the password message itself.
rust/src/pgsql/logger.rs