FileAppender not writing anything in log4j
问题 I have a small problem using log4j and FileAppender . When I am using ConsoleAppender , everything is working well but FileAppender won't ever produce a file (or write into a file). Moreover, I have no errors concerning log4j in the osgi console. Here's my configuration : # main link (console or file, depending on what we want) # log4j.category.com.foo=DEBUG, console log4j.category.com.foo=DEBUG, file # log4j.category.com.foo=DEBUG, console, file # console logging log4j.appender.console=org