Red5 log
Posted in Linux on novembre 25th, 2009 by Stéphane – Be the first to commentJe n’avais pas les logs red5 par défaut après l’installation, il m’a fallu ajouter les lignes suivantes au fichier de configuration des logs : log4j.properties (/path/to/red5/conf/conf/log4j.properties)
log4j.rootLogger=DEBUG, FLOG log4j.appender.FLOG=org.apache.log4j.RollingFileAppender log4j.appender.FLOG.File=red5.log log4j.appender.FLOG.Threshold=DEBUG

