I just want to see if Red5 successfully loaded my
application and to debug my application.
I wonder why it is so complicated for a beginner like me to
get the red5 log working. I tried a month ago but I gave
up, now I really need to get the log working to debug my
app so I have to try again.
After some changes to log4j.properties, now my app is not
even loaded by Red5.
This is my app log4j.properties
==============================
log4j.logger.org.red5.webapps.voice=DEBUG
log4j.appender.DEBUG=org.apache.log4j.RollingFileAppender
log4j.appender.DEBUG.File=:/usr/lib/red5/webapps/voice/WEB-INF/voice.log
log4j.appender.DEBUG.Threshold=DEBUG
log4j.appender.DEBUG.MaxFileSize=20000KB
log4j.appender.DEBUG.MaxBackupIndex=1
log4j.appender.DEBUG.layout=org.apache.log4j.PatternLayout
log4j.appender.DEBUG.layout.ConversionPattern= [%p] %r %t:(
%c{1}.%M ) %m %n
============================
I didnot touch conf/log4j.properties except comment out:
#log4j.logger.org.red5.server=WARNThanks. --- Dan Rossi <[EMAIL PROTECTED]> wrote: > Depends on what you want to do with it. If you just want > to debug check > out conf/log4j.properties . If you want an access type > log, there is no > implementation available, though ive started on a custom > logging system > if you want to check it out > > http://www.electroteque.org/red5/logging/ > > Pham Ngoc Hai wrote: > > Can some one please tell me how to get the log file of > Red5 > > and the log files of Red5 applications? > > A simple guide would be great. I'm running Red5 as > > standalone server on Ubuntu. > > Thanks a lot. > > > > > > > > > ____________________________________________________________________________________ > > Moody friends. Drama queens. Your life? Nope! - their > life, your story. Play Sims Stories at Yahoo! Games. > > http://sims.yahoo.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 > ____________________________________________________________________________________Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. http://tv.yahoo.com/ _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
