unispeech / unimrcp

Open source cross-platform implementation of MRCP protocol
http://www.unimrcp.org
Apache License 2.0
379 stars 167 forks source link

How to output log to fixed file #245

Closed wty4427300 closed 5 years ago

wty4427300 commented 5 years ago

As the title suggests

michaelplevy commented 5 years ago

Are you talking about the log files unimrcpserver-00.log and unimcrpclient-00.log? Do you care about the client logs or server or both?

Do you mean you don't want the log files to roll over to sequential names when the reach a size limit? -00, -01, -02...

In v1.6, see conf\logfile.xml. You can control the default log file settings for:

Have you tried setting max-age and max-count to zero?

wty4427300 commented 5 years ago

Thank you,it really helped me.