Page 1 of 1

What is vcsch.log ?

Posted: Wed Feb 13, 2019 2:54 am
by CellPutN
Hello,

What is vcsch.log in the log folder ?


Thanks,
Pete

Re: What is vcsch.log ?

Posted: Wed Feb 13, 2019 6:35 am
by lotsaram
I'm guessing you have Pulse installed?
On install Pulse modifies or creates the tm1s-log.properties file to create this separate log file where GlobalCollection, File & System loggers are monitored. It is managed in a separate log file to not pollute the default tm1server.log file.
Pulse monitors this log for system events.

Re: What is vcsch.log ?

Posted: Wed Feb 13, 2019 1:58 pm
by CellPutN
Yes we have Pulse installed!

Thanks a lot Lotsaram, always helpful !!

Re: What is vcsch.log ?

Posted: Wed Jul 10, 2024 12:45 pm
by Niko
lotsaram wrote: Wed Feb 13, 2019 6:35 am I'm guessing you have Pulse installed?
On install Pulse modifies or creates the tm1s-log.properties file to create this separate log file where GlobalCollection, File & System loggers are monitored. It is managed in a separate log file to not pollute the default tm1server.log file.
Pulse monitors this log for system events.
Hi,lotsaram, i want to know how to close this log generate

Re: What is vcsch.log ?

Posted: Wed Jul 10, 2024 3:12 pm
by lotsaram
From tm1s-log.properties you can comment out or remove the following section.

Code: Select all

log4j.appender.SRC=org.apache.log4j.SharedMemoryAppender
log4j.appender.SRC.File=vcsch.log
log4j.appender.SRC.MaxFileSize=10 MB
log4j.appender.SRC.MaxBackupIndex=0
log4j.appender.SRC.TimeZone=Local
You also need to remove the reference to "SRC" from any loggers being written to multiple files and remove completely or comment out lines for loggers that are being written only to SRC.

Note: if Pulse is running on the server then it would simply recreate these entries in tm1s-log.properties so there would be no point doing it.