Logging format?

Hello, is there any way to customize the logging format, such as by adding milliseconds to the date-time, modify delimiters, or change any other log formatting preferences, or establish a custom log file via event handling scripts? If your first thought is ‘why’, then please do not reply, just wanting to know if this can be done, thanks!

Hello,

Currently there are no options of customizing the log format.

In 10.4 (to be released soon :innocent:) there will be an environment variable that will increase the granularity for the log timestamps (not sure if it will be in milisec or microsec - I could check and come back if needed).

On the other hand the log could be sent to the local system log (mail facility) from where you could manipulate at will (if the syslog service you are using allow you to made needed changes). For example I’m aware about one customer that have used syslos-ng to receive and parse the Axigen logs in order to send relevant data into an SQL database so, imho, the posibility are endless if choosing this route.

HTH,
Ioan

Thank you for that information! I’m currently experimenting on a Windows system. Happy to hear about the upcoming timestamp option, I would find that beneficial! Prefer to stick with Windows ideally, but would consider otherwise depending…