SwapnilSurve / openmeetings

Automatically exported from code.google.com/p/openmeetings
0 stars 0 forks source link

change logging to use slf4j with latest red5-code #323

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in r1605

Original comment by seba.wag...@gmail.com on 7 Oct 2008 at 2:02

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 29 Aug 2011 at 8:02