enh(centreon_vmware): change defaut log severity to error (#5701)

Refs: CTOR-1777
This commit is contained in:
Sylvain Cresto 2025-08-08 13:51:40 +02:00 committed by GitHub
parent 657c4d00af
commit 2783d18395
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
# centreon_vmware command line options # centreon_vmware command line options
OPTIONS="--config-extra=/etc/centreon/centreon_vmware.json --logfile=/var/log/centreon/centreon_vmware.log --severity=info" OPTIONS="--config-extra=/etc/centreon/centreon_vmware.json --logfile=/var/log/centreon/centreon_vmware.log --severity=error"

View File

@ -1,2 +1,2 @@
# centreon_vmware command line options # centreon_vmware command line options
OPTIONS="--config-extra=/etc/centreon/centreon_vmware.json --logfile=/var/log/centreon/centreon_vmware.log --severity=info" OPTIONS="--config-extra=/etc/centreon/centreon_vmware.json --logfile=/var/log/centreon/centreon_vmware.log --severity=error"