Tommi Mäkitalo <tommi@...> writes: > Logging should work like before. It is just configured differently. I > have this in my tntnet.xml to configure logging: > > <logging> > <rootlogger>INFO</rootlogger> > > <loggers> > <logger> > <category>tntnet</category> > <level>INFO</level> > </logger> > <logger> > <category>component.foo</category> > <level>INFO</level> > </logger> > </loggers>
Thanks, level configuration works. It seems everything goes to the <errorLog/>, what is the <accessLog/> for? > Rotating logs is not implemented. But it is a good idea. It should be > implemented. I will look at it also. Rotating can be done by the OS (e.g. placing a file in /etc/logrotate.d/), what's unexpected is that tntnet now resets (overwrites) the logs. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
