eduard <[EMAIL PROTECTED]> wrote:Sorry, i read it as an error and therefore removed it. I can change it back, but my log is now much better readable without all those "failures" ;-).
Update of /usr/local/cvs/src/org/mmbase/storage/search/implementation/database In directory UE450:/tmp/cvs-serv28202
Modified Files:
BasicSqlHandler.java Log Message:
ew: on debug level logging, BasicSqlHandler(Map disallowedValues) always failed:
22:57:58,363 TRA 1467 kb search.implementation.database.BasicSqlHandler <init>.159 - java.lang.Exception: logging.stacktrace
at org.mmbase.util.logging.Logging.stackTrace(Logging.java:287)
at org.mmbase.util.logging.Logging.stackTrace(Logging.java:280)
at org.mmbase.storage.search.implementation.database.BasicSqlHandler.<init>(BasicSqlHandler.java:159)
What do you mean 'failed'? That was a Strack-Trace on on 'trace', probably added so that you can easily find out how it is instantiated. You should not read every stack trace as a failure, because in that case it would obviously logged as WARN ERROR or FATAL....
I don't mind the change, but the motivation was a bit odd :-)
We could also change a few other logging messages from trace into debug, so i can run the storage on debug level logging.
