How do I make Log4net only log Info level logs? Is that even possible? Can you only set a threshold?
This is what I have, and it logs Info and above as I would expect.
Yes. It is done with a filter on the appender.
Here is the appender configuration I normally use, limited to only INFO level.