turn off NHib Validator logging when Debugging

53 Views Asked by At

When I have log4net set to DEBUG in a project with an NHibValidator dependency, I lots of feedback from NHibValidator. When the Validator is not the focus of the debug run however, this is just noise.

Does anyone know how to filter this out?

Cheers

1

There are 1 best solutions below

2
Oskar Berggren On BEST ANSWER

You should be able to employ regular log4net configuration to specify the logging level for the logger name that the validator uses. See http://logging.apache.org/log4net/release/manual/configuration.html#loggers.