unispeech / unimrcp

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

Possibility for more logging control #302

Closed wdavies-git closed 2 years ago

wdavies-git commented 3 years ago

I noticed the mrcp log has different timestamp format than Asterisk and was wondering if it can be made configurable ? it was more noticeable because it is logging time as GMT and not server time. I searched documentation but only found reference to changing the logging severity.

achaloyan commented 3 years ago

You may checkout the logger configuration file for available options.

https://github.com/unispeech/unimrcp/blob/master/conf/logger.xml

It should log the server time, though.