Page 1 of 1
Tm1s-log.properties file
Posted: Tue Sep 03, 2019 4:27 pm
by tomok
Does anyone know of a document that lists all the options that can be used in the tm1s-log.properties file? I have made several requests to IBM for this and all they keep sending me back is a link to the documentation that only shows what is in the sample file. I know there are dozens of options that can be set but I can't find what those options are anywhere. BTW, I am not talking about the file name or amount of memory used for the log file. I'm talking about the settings that control which events actually trigger an entry in the log, like successful login, TI process executing, MDX errors, etc.
Re: Tm1s-log.properties file
Posted: Tue Sep 03, 2019 6:22 pm
by gtonkin
Hi Tom,
Have a look at the post
here
Adding
to an existing logger or tweaking it to write to its own should dump the available options. I have not tested recently though.
Re: Tm1s-log.properties file
Posted: Wed Sep 04, 2019 11:48 am
by tomok
Thanks for the help. I had initially tried that and it didn't work (we're on the IBM Cloud) but I went back and removed everything except that statement and I got the list. Now to figure out what all those options actually do.

Re: Tm1s-log.properties file
Posted: Thu Sep 05, 2019 6:09 am
by gtonkin
tomok wrote: ↑Wed Sep 04, 2019 11:48 am
... Now to figure out what all those options actually do.
That is the challenging part - cannot find any documentation and depending on the issues, we generally enable one parameter, monitor, change it if nothing useful yielded etc. Black-box/trial and error.
I am sure that you are very aware but mentioning in case others hit this thread in the future:
Using DEBUG can generate huge files rapidly. Make sure you have lots of disk space and watch the file closely.
If you do find anything useful, please share. Good luck on your quest.