I have searched the forum but I am unable to find a solution. I hope someone can help on this.
On each page we get a notification in Red. Is there a way to disable this or assign this view to administrators only?
Performance counters:
OVERALL
MEMORY: 6029312 to 9175040 (max. Peak 9699328); DURATION: 0.067251920700073 secs; SQL queries: 14; took 0.0116 secs;
Testlink 1.9.2 Performance counters message
Moderators: Amaradana, TurboPT, TL Developers
Re: Testlink 1.9.2 Performance counters message
Issue was that I had set the logging level to extended when I was touble shooting LDAP errors. Setting this back to "none" or "errors" resolved this by clearing the messages.
Re: Testlink 1.9.2 Performance counters message
Yes, it is. I also encountered the same issue by setting in file $TESTLINK_HOME/custom_config.inc.php file.
The message will disappear if setting $tlCfg->log_level to be one of "NONE, ERROR, INFO, DEBUG".
However, it is really useful to tune performance of TestLink.
Code: Select all
$tlCfg->log_level = 'EXTENDED';
The message will disappear if setting $tlCfg->log_level to be one of "NONE, ERROR, INFO, DEBUG".
However, it is really useful to tune performance of TestLink.