summaryrefslogtreecommitdiff
path: root/lib/config
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2021-10-11 17:08:05 -0500
committerDavid Teigland <teigland@redhat.com>2021-10-11 17:11:01 -0500
commit062ea3c4181ef158620556bbab2358bc76eeab90 (patch)
treee0947c37a4d7aef6570ccaf4def03668cc107356 /lib/config
parentca38251b1043c49f5453c2c571876b12aad6b450 (diff)
downloadlvm2-062ea3c4181ef158620556bbab2358bc76eeab90.tar.gz
fix syslog setting
Just setting lvm.conf level=N should not send messages to syslog (now the journal by default.) Sending messages to syslog should require setting lvm.conf log { syslog=1 level=N }.
Diffstat (limited to 'lib/config')
-rw-r--r--lib/config/defaults.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config/defaults.h b/lib/config/defaults.h
index a7a2a06df..54eba3723 100644
--- a/lib/config/defaults.h
+++ b/lib/config/defaults.h
@@ -221,7 +221,7 @@
#endif
#define DEFAULT_COMMAND_LOG_REPORT 0
-#define DEFAULT_SYSLOG 1
+#define DEFAULT_SYSLOG 0
#define DEFAULT_VERBOSE 0
#define DEFAULT_SILENT 0
#define DEFAULT_LOGLEVEL 0