the log file will be saved in the red5 root, you must change the path if you want to save the log in the logs directory =P
search for this line: log4j.appender.FLOG.File=red5.log -> or something similar and change to log4j.appender.FLOG.File=logs/red5.log -> or whatever path you want Claudius Ceteras escreveu: > Hi David, > > >> if you want to log to a file when starting via ant, open >> log4j.properties and change the line: >> >> log4j.rootCategory=DEBUG, CONSOLE >> >> to >> >> log4j.rootCategory=DEBUG, CONSOLE, FLOG >> > > I have tried what you said. I've changed Red5\conf\log4j.properties in the > way you described, but still when i start via ant I don't get any log > entries in Red5\logs\red5.log > > Any other ideas? > > > Regards > > Claudius > > > _______________________________________________ > 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
