P
Peter Judge
Guest
The logging component is intended to work on any ABL client. There are some defaults that are established differently dependeing on the client type. (a) "filterName" should be "name" for the filter names. You should see errors in the session temp-dir (-T) in a file called loggerbuilder.log . (b) You can potentially add a filter that converts a LogEvent and/or its LogMessage into JSON and sends that to a network location. I did a talk on extending the logger component earlier this year, and there's a demo on sending log events to an ELK stack; that demo code is at github.com/.../abl-logging-demo .
Continue reading...
Continue reading...