13 Jan
2017
13 Jan
'17
4:10 p.m.
How does one control the loglevel on 9.0: With: <!-- Log levels --> <key>DefaultLogLevel</key> <string>warn</string> <!-- debug, info, warn, error —> The log is still showing (after memcache purge & restart): 2017-01-13T16:07:53+0000 [twext.enterprise.adbapi2#debug] ConnectionPool: txn free 'jobqueue.workCheck': free=1, busy=0, waiting=0 And secondly - can LogLevels be used to control this in a more grannular fashion ? I had hoped that <key>LogLevels</key> <dict> <key>twext.enterprise.adbapi2</key> <string>error</string> </dict> would do the trick - but no dice sofar. Dw.