[ovirt-devel] [VDSM] Using INFO log by default

Nir Soffer nsoffer at redhat.com
Wed Jul 27 05:56:21 EDT 2016


Hi all,

We are using now INFO log level by default.

This has two important effects:

- We are not generating huge logs filling your disk
- Some flows may not be logged properly now

Please check that your code is logged properly - basically any state
change in the system must be logged using log.info().

To increase log level temporarily, use:

    vdsClient -s 0 setLogLevel LEVEL [logger]

logger is one of vdsm logger, see /etc/vdsm/logger.conf
for the names.

Without logger, the root logger is modified.

To change logging level permanently, edit /etc/vdsm/logger.conf.

Nir


More information about the Devel mailing list