summaryrefslogtreecommitdiffstats
path: root/src/common/openlmi.conf
blob: 64684a86ef053a9158857b7dadd161d45c2c6583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Sample configuration file for OpenLMI providers

[CIM]
# To override default CIM Namespace, uncomment the line below.
#Namespace = root/cimv2

# To change the CIM class of ComputerSystem, which is associated to many
# software classes, uncomment the line below.
#SystemClassName = PG_ComputerSystem

[Log]
# These options modify logging configuration of the main process spawned
# by CIMOM.

# Level can be set to following values:
#   TRACE_VERBOSE, TRACE_INFO, TRACE_WARNING, DEBUG, INFO, WARNING, ERROR, CRITICAL
# It does not have any effect, if file_config option is set.
#Level = ERROR

# If logging to stderr is desired, set this option to True. This option won't
# apply if file_config option is set.
#Stderr = False