nhibernatenhibernate-validator

turn off NHib Validator logging when Debugging


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


Solution

  • 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.