my FileAppender isn\'t working. It probably isn\'t a permissions thing as I\'m local admin.
I\'ve enabled internal debugging and I\'m not getting any errors or exce
Based on your description I assumed, that you used the BasicConfigurator (supports only ConsoleAppender) instead of the XmlConfigurator. Switching to the XmlConfigurator should fix your problem.