[Red5] missing red5.log error.log in 0.7.0
Naicu Octavian
naicuoctavian at gmail.com
Mon Mar 10 09:35:24 PST 2008
That's because the paths in the separate application logback.xml files are
different from the conf/logback.xml file which covers the server itself.
On 10/03/2008, neof <neofinder at yahoo.com> wrote:
>
>
> I successfully installed 0.7.0 on Centos 4.5 and all demos work fine.
>
>
> In /opt/red5/log/ I only see the log files from the demo apps. But no
>
> red5.log nor error.log.
>
> I have in /opt/red5/conf/logback.xml
>
> <appender name="FILE" class="ch.qos.logback.core.FileAppender">
> <File>../log/red5.log</File>
> <Append>false</Append>
> <Encoding>UTF-8</Encoding>
> <BufferedIO>false</BufferedIO>
> <ImmediateFlush>true</ImmediateFlush>
> <layout class="ch.qos.logback.classic.PatternLayout">
> <Pattern>
> %date [%thread] %-5level %logger{35} -
> %msg%n
> </Pattern>
> </layout>
> </appender>
> <appender name="ERRORFILE" class="ch.qos.logback.core.FileAppender
> ">
> <File>../log/error.log</File>
> <Append>false</Append>
> <Encoding>UTF-8</Encoding>
> <BufferedIO>false</BufferedIO>
> <ImmediateFlush>true</ImmediateFlush>
> <filter class="ch.qos.logback.classic.filter.ThresholdFilter">
> <level>WARN</level>
> </filter>
> <layout class="ch.qos.logback.classic.PatternLayout">
> <Pattern>
> %date [%thread] %-5level %logger{35} -
> %msg%n
> </Pattern>
> </layout>
> </appender>
>
>
> how do I get the red5.log or error.log in /opt/red5/log?
>
> I also have my own app. It doesnt seem to produce a log either. How?
> --
> View this message in context:
> http://www.nabble.com/missing-red5.log-error.log-in-0.7.0-tp15950830p15950830.html
> Sent from the Red5 - English mailing list archive at Nabble.com.
>
>
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
--
Naicu Octavian,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20080310/4e5a1a8d/attachment-0001.html
More information about the Red5
mailing list