RE: Binary log format

2018-04-26 Thread Lawrence, Andy
@openldap.org Subject: Re: Binary log format --On Wednesday, April 25, 2018 2:02 AM +0100 Howard Chu wrote: > That still leaves a question of what to do with Debug messages that also > go to syslog - it's easier to identify problems if the error message > appears somewhere close to

Re: Binary log format

2018-04-25 Thread Quanah Gibson-Mount
--On Wednesday, April 25, 2018 2:02 AM +0100 Howard Chu wrote: That still leaves a question of what to do with Debug messages that also go to syslog - it's easier to identify problems if the error message appears somewhere close to the log of the original request. So we'd need a tool to interl

Binary log format

2018-04-24 Thread Howard Chu
So, thinking along the lines of a binary log format for StatsLog, to avoid the syslog overhead, the first obvious idea was to just dump timestamped BER messages into a logfile, and have a separate postprocessor command produce human readable text. Thinking further about this, we could just