I've already changes RED5/conf/log4j.properties and I get a proper
red5.login /opt/red5/red5.log, but this log contains the logs from all
applications+startup info. This does not bother me but I would like to also
have each app with its own log file. And these log files fail to show up on
linux.



On 21/07/07, Dominick Accattato <[EMAIL PROTECTED]> wrote:

try setting the appender for the server just to see if it's the
application or the entire server.

RED5/conf/log4j.properties

On 7/19/07, Naicu Octavian <[EMAIL PROTECTED]> wrote:

> I have an application which I want to log.
>
> When runniing Red5 on Windows the red5.log and the application log show
> up in the red5/wrapper/ folder.
>
> When running Red5 on RHEL4 , the red5.log gets written in
> /opt/red5/red5.log  but the aplication log never shows up and if I
> create it at /opt/red5/bandwidth_checker.log nothing ever gets written
> to it!
>
> Here is my log4j.properties config for the applciation:
> log4j.logger.org.red5.webapps.bandwidth_checker=DEBUG, FUBAR
> log4j.appender.FUBAR=org.apache.log4j.RollingFileAppender
> log4j.appender.FUBAR.File=/opt/red5/bandwidth_checker.log
> log4j.appender.FUBAR.Threshold=DEBUG
> log4j.appender.FUBAR.MaxFileSize=20000KB
> log4j.appender.FUBAR.MaxBackupIndex=1
> log4j.appender.FUBAR.layout=org.apache.log4j.PatternLayout
> log4j.appender.FUBAR.layout.ConversionPattern= [%p] %r %t:( %c{1}.%M )
> %m %n
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>


--
Dominick Accattato, CTO
Infrared5 Inc.
www.newviewnetworks.com
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to