I have a feeling this is a dumb question I should have been able to find out the answer to myself, but my searches have turned up nothing, so here I am asking the question.
I'm using Fluent NHibernate for my project and all is good. Except that Fluent spams the log savagely with all of its mapping info. I'm relatively new to NHibernate and Fluent, but I'm pretty sure it's Fluent logging, not NHibernate logging.
An example of what we're seeing is this:
id
property
property
property
many-to-one
bag
How can I switch this logging off? I'm guessing that all I need to do is just change a logging level but I haven't been able to find any info on what the change should be. Any help?
Thanks.