LSF Version 7.3 - Administering Platform LSF
Administering Platform LSF 643
Reporting
For example, to change the log level of the data purger log files, navigate to the
following section, which is set to the default
INFO level:
# Data purger ("purger") configuration
log4j.logger.com.platform.perf.purger=INFO,
com.platform.perf.purger
3 Change the log4j.logger.com.platform.perf. variable to the new logging level.
In decreasing level of detail, the valid values are
ALL (for all messages), TRACE,
DEBUG, INFO, WARN, ERROR, FATAL, and OFF (for no messages). The services or
data loaders only log messages of the same or lower level of detail as specified
by the log4j.logger.com.platform.perf. variable. Therefore, if you change the log
level to
ERROR, the service or data loaders will only log ERROR and FATAL
messages.
For example, to change the data purger log files to the
ERROR log level:
# Data purger ("purger") configuration
log4j.logger.com.platform.perf.purger=ERROR,
com.platform.perf.purger
4 Restart the service that you changed (or the plc service if you changed the data
loader log level).
Change the disk usage of LSF event data files
If your system logs a large number of events and you have sufficient disk space,
increase the disk space allocated to the LSF event data files.
1 Edit lsb.params and specify or change the MAX_EVENT_STREAM_SIZE
parameter.
MAX_EVENT_STREAM_SIZE = integer
If unspecified, this is 1024 by default. Change this to the new desired file size in
MB.
The recommended size is 2000 MB.
2 In the command console, reconfigure the master host to activate this change.
badmin reconfig
Change the location of the LSF event data files
If your system logs a large number of events and your do not have enough disk
space, move the LSF event data files to another location.
1 Edit lsb.params and specify or change the EVENT_STREAM_FILE parameter.
EVENT_STREAM_FILE = file_path
If unspecified, this is
LSF_TOP/work/cluster_name/logdir/stream/lsb.stream by default.
2 In the command console, reconfigure the master host to activate this change.
badmin reconfig