Page 1 of 1
Specific suppression of TM1.Comm.SSL log entries
Posted: Fri Mar 09, 2012 3:45 pm
by lotsaram
Does anyone know if it is possible with tm1s-log.properties to specifically suppress the "INFO" messages of the type TM1.Com.SSL ?
This has always been a bit of a problem from time to time with excess junk in the tm1server.log but suddenly for a period of a few hours yesterday evening I have literally gigabytes of logs containing nothing more than:
1957376 [17ac] INFO 2012-03-08 23:31:00.775 TM1.Comm.SSL SSL write error. SSL Error: 1, ret = -1
Can the logger be made to basically shut up as far as SSL INFO satus goes?
Re: Specific suppression of TM1.Comm.SSL log entries
Posted: Mon Mar 12, 2012 3:48 am
by Andy Key
Re: Specific suppression of TM1.Comm.SSL log entries
Posted: Mon Mar 12, 2012 10:15 am
by lotsaram
Cheers, will test this out and see if it does the trick.
----
Update: Indeed it does the trick! No more pesky TM1.Comm.SSL INFO messages for 2 weeks now.
Re: Specific suppression of TM1.Comm.SSL log entries
Posted: Mon Mar 12, 2012 6:26 pm
by Wim Gielis
Hello
The same holds true for:
5852 [] INFO 2012-02-25 12:00:32.669 TM1.Comm.SSL Error connecting to remote machine
I thought I'd just mention it here, so that I can google later on on these keywords and find out my own post
Thanks Andy.
Re: Specific suppression of TM1.Comm.SSL log entries
Posted: Mon Mar 26, 2012 9:36 am
by Michel Zijlema
I'm glad that there is a way to suppress these messages (I have a customer who's getting currently tons of these messages), but does anyone know what's causing the (excessive amount) of these SSL write error messages?
Michel
Re: Specific suppression of TM1.Comm.SSL log entries
Posted: Mon Mar 26, 2012 10:39 am
by MSidat
Hi,
We dont have the tm1s-log.properties file at the moment and are happy with the amount of messages we are getting except for these SSL ones. As such, can we just create a blank tm1s-log.properties file and add the SSL exception in, or are them some other statements that will also need to reside in there.
Thanks in advance.
Re: Specific suppression of TM1.Comm.SSL log entries
Posted: Mon Mar 26, 2012 10:47 am
by qml
You can find a sample tm1s-log.properties file in the data directory of each sample TM1 database that has been installed on your server (e.g. Planning Sample). Just copy it from there and add the line suggested by Andy.
You can also create this file from scratch with just this one line and it should work just fine.
Re: Specific suppression of TM1.Comm.SSL log entries
Posted: Mon Mar 26, 2012 5:26 pm
by Marcus Scherer
I'm glad that there is a way to suppress these messages (I have a customer who's getting currently tons of these messages), but does anyone know what's causing the (excessive amount) of these SSL write error messages?
Michel
Hi Michel,
I've seen massive amount of these entries with AuditLogOn=T
best regards,
Re: Specific suppression of TM1.Comm.SSL log entries
Posted: Mon Mar 26, 2012 7:24 pm
by lotsaram
Marcus Scherer wrote:I've seen massive amount of these entries with AuditLogOn=T
There often massive amounts of these entries. However audit log and Rawstore files are a completely separate log from the server message log and this setting just switches the Rawstore/meta data log on. I would not think this setting would have even the slightest thing to do with SSL entries in the main message log.