This post is more than 5 years old
259 Posts
0
1071
January 20th, 2012 07:00
Cisco FabricManager log settings
my FabricManager server has ran out of space on the C: drive recently and I tracked it down to too many large fmserver.log.x files. when it runs out of space, the fabric manager server service crashes and you lose access to fabric manager gui.
I have been looking for a way to reduce the verbosity of the fabric manager fmserver.log entries but haven't found any way to do that.
Is there a way to do it?
thanks.
Jim
No Events found!
healyj
141 Posts
0
December 12th, 2017 07:00
Hi there,
In our efforts to clean up the forum, we came across your question / statement.
If the question / statement is still valid, not expired and you need an update please reach out again and we try to get it answered.
As for now we will set it to “answered.”
Regards,
Jim
felipon1
96 Posts
0
January 24th, 2012 02:00
Never done it, but you can try to tune FMServer.conf in order to modify logging properties and verbosity. If you open this file, you will see something like the following:
#********************************************************************
# Wrapper Logging Properties
#********************************************************************
# Format of output for the console. (See docs for formats)
wrapper.console.format=LPM
# Log Level for console output. (See docs for log levels)
wrapper.console.loglevel=INFO
# Log file to use for wrapper output logging.
wrapper.logfile=../logs/fmserver.log
# Format of output for the log file. (See docs for formats)
wrapper.logfile.format=M
# Log Level for log file output. (See docs for log levels)
wrapper.logfile.loglevel=INFO
# Maximum size that the log file will be allowed to grow to before
# the log is rolled. Size is specified in bytes. The default value
# of 0, disables log rolling. May abbreviate with the 'k' (kb) or
# 'm' (mb) suffix. For example: 10m = 10 megabytes.
wrapper.logfile.maxsize=500k
# Maximum number of rolled log files which will be allowed before old
# files are deleted. The default value of 0 implies no limit.
wrapper.logfile.maxfiles=4
# Log Level for sys/event log output. (See docs for log levels)
wrapper.syslog.loglevel=NONE
Hope it helps