Debug line in tm1server.log

Post Reply
Maxime
Posts: 16
Joined: Mon Mar 24, 2014 1:36 pm
OLAP Product: TM1
Version: CX 10.1 and 10.2
Excel Version: Excel 2012

Debug line in tm1server.log

Post by Maxime »

Hi all !

I have this line in large numbers following in my tm1server.log, and I don't know what it means :
296 [125] DEBUG 2015-07-27 12:16:27.948 TM1.APIDetail.Return.Index RetIndex: index = 1
If someone can give me this information ?

Thank all !

Maxime,
BrianL
MVP
Posts: 264
Joined: Mon Nov 03, 2014 8:23 pm
OLAP Product: TM1
Version: 9.5.2 10.1 10.2 PA2
Excel Version: 2016

Re: Debug line in tm1server.log

Post by BrianL »

Looks like a debug level log message about index return values from the C API.

I would expect this to be an unnecessary (and useless) log message unless you are trying to record ALL api traffic from the server.

What does your tm1s-log.properties file look like?
Maxime
Posts: 16
Joined: Mon Mar 24, 2014 1:36 pm
OLAP Product: TM1
Version: CX 10.1 and 10.2
Excel Version: Excel 2012

Re: Debug line in tm1server.log

Post by Maxime »

Thank you for your reply !

This is my tm1s-log.properties
log4j.logger.TM1=INFO,S1
#log4j.logger.TM1.Mdx=DEBUG
#log4j.logger.TM1.MdxViewCreate=DEBUG
#log4j.logger.TM1.Mdx.Interface=DEBUG
log4j.appender.S1=org.apache.log4j.SharedMemoryAppender
log4j.appender.S1.MemorySize=5MB
log4j.appender.S1.MaxfileSize=100mb
log4j.appender.S1.MaxBackupIndex=20
log4j.appender.S1.Timezone=local
BrianL
MVP
Posts: 264
Joined: Mon Nov 03, 2014 8:23 pm
OLAP Product: TM1
Version: 9.5.2 10.1 10.2 PA2
Excel Version: 2016

Re: Debug line in tm1server.log

Post by BrianL »

No idea then why you're seeing those messages, since you don't have any DEBUG level logging enabled.
Post Reply