there are changes in Red5 Logging.
You cannot write, to have a custom loggin for each webapp. log4j.jar is not
in the classpath anymore.
{{{
<context-param>
<param-name>log4jConfigLocation</param-name>
<param-value>/WEB-INF/log4j.properties</param-value>
</context-param>
}}}
anymore
it has to be changed to use the logback.xml
Original issue reported on code.google.com by seba.wag...@gmail.com on 2 Feb 2008 at 8:29
Original issue reported on code.google.com by
seba.wag...@gmail.com
on 2 Feb 2008 at 8:29