iFountain Forum is no longer in use. Support functionality is moved to iFountain Issue Tracker.
You are not allowed to post a new topic on this forum, please create a new ticket on iFountain Issue Tracker.
You need to create a new account and login to use issue tracker.
Posted November 23rd, 2007 by Anonymous
There is now a dedicated log file per channel, but how can I change the logging level of a Channel ? By default, it looks to be "WARN", and I'd like to set it to "DEBUG".
The channel log level is inherited from the RapidInformer.log level. At this time, there is no separate log setting for each channel.
You can learn more about setting log levels in the following link.
On November 26th, 2007 pdunon (not verified) says:
I have changed in RapidSuiteConfig.xml to
DEBUG
Then did a stop and restart of the whole rinf.
But the logging level in my Sametime channel seems to be still at WARN.
The Admin GUI shows messages being queued, and not sent; and I need to figure out why...
The channel log files contains:
2007-11-26 14:37:28,834 WARN : SametimeChannel[SITA_sametime]: Started.
2007-11-26 14:37:28,834 WARN : SametimeChannel[SITA_sametime]: Status set from NotStarted to Connecting with status text
2007-11-26 14:37:33,096 WARN : SametimeChannel[SITA_sametime]: Status set from Connecting to Running with status text
Could you please double check that the Sametime channel correctly inherit logging level ?
How else can I find out the reason of messages being queued rather than sent ?
The channel log level is
The channel log level is inherited from the RapidInformer.log level. At this time, there is no separate log setting for each channel.
You can learn more about setting log levels in the following link.
I have changed in
I have changed in RapidSuiteConfig.xml to
DEBUG
Then did a stop and restart of the whole rinf.
But the logging level in my Sametime channel seems to be still at WARN.
The Admin GUI shows messages being queued, and not sent; and I need to figure out why...
The channel log files contains:
2007-11-26 14:37:28,834 WARN : SametimeChannel[SITA_sametime]: Started.
2007-11-26 14:37:28,834 WARN : SametimeChannel[SITA_sametime]: Status set from NotStarted to Connecting with status text
2007-11-26 14:37:33,096 WARN : SametimeChannel[SITA_sametime]: Status set from Connecting to Running with status text
Could you please double check that the Sametime channel correctly inherit logging level ?
How else can I find out the reason of messages being queued rather than sent ?
Thanks,
Paul
Please make sure that
Please make sure that
<param name="RAPIDINFORMER_LOG_LEVEL">DEBUG</param>
is updated in RapidSuiteConfig.xml,
not the global log level (LOG_LEVEL).
I was a user error. Channel
I was a user error.
Channel logging is inherited from:
DEBUG
as described in the documentation...