er, ok. I did what you said.

In the conf folder, I changed the first line of log4.properties to:
log4j.rootCategory=DEBUG, FLOG

I restarted (ant server) my red5 server... but I can't find my log file. I've done a search for red5.log, but no go.

Windows XP
svn revision 954

Leif


On 6/13/06, Joachim Bauch <[EMAIL PROTECTED] > wrote:
Hi Leif,

Leif Wells wrote:
[...]
> Please note that the "initialize" call appears to work fine.
> The "loadTeachers" causes a long-winded error, one that I can never see
> the top of in my Cygwin window.
>
> 1) Where the heck is the log file?!? Since I am running "ant server",
> does that mean that the log is only in memory?

By default, Red5 only logs to the console.  You can change this by editing
the first line in conf/log4j.properties from
--> log4j.rootCategory=DEBUG, CONSOLE
to
--> log4j.rootCategory=DEBUG, FLOG

> 2) The error, as I read it from the bottom, has a lot of Serializable
> class references, which suggests that, either I am not passing the
> teachers List properly, or that I do not have something configured
> correctly, or that, eh, I shouldn't be doing this.

Could you send the traceback you are getting?

Joachim

_______________________________________________
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