Red Hat ENTERPRISE LINUX 4 - LVM ADMINISTRATOR Manual page 94

Cluster logical volume manager
Table of Contents

Advertisement

Appendix B. The LVM Configuration Files
# This section that allows you to configure the nature of the
# information that LVM2 reports.
log {
# Controls the messages sent to stdout or stderr.
# There are three levels of verbosity, 3 being the most verbose.
verbose = 0
# Should we send log messages through syslog?
# 1 is yes; 0 is no.
syslog = 1
# Should we log error and debug messages to a file?
# By default there is no log file.
#file = "/var/log/lvm2.log"
# Should we overwrite the log file each time the program is run?
# By default we append.
overwrite = 0
# What level of log messages should we send to the log file and/or
syslog?
# There are 6 syslog-like log levels currently in use - 2 to 7
inclusive.
# 7 is the most verbose (LOG_DEBUG).
level = 0
# Format of output messages
# Whether or not (1 or 0) to indent messages according to their
severity
indent = 1
# Whether or not (1 or 0) to display the command name on each line
output
command_names = 0
# A prefix to use before the message text (but after the command name,
# if selected).
severity
# of each message.
prefix = "
"
# To make the messages look similar to the original LVM tools use:
#
indent = 0
#
command_names = 1
#
prefix = " -- "
# Set this if you want log messages during activation.
# Don't use this in low memory situations (can deadlock).
# activation = 0
}
82
Default is two spaces, so you can see/grep the

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise linux 4

Table of Contents