Any nxLog users out there? Looking for an nxLog co...
# cfml-general
a
Any nxLog users out there? Looking for an nxLog config - for multi-line (stack traces) CF/Lucee app/exception logs (not the access logs); something like this type of format - "Severity","ThreadID","Date","Time","Application","Message" I am trying to get output format going in GELF format or JSON to send off to Graylog. I have tried the nxLog multiline extension and csv - but haven't gotten the output great yet.
z
lucee has some datadog log support
a
thanks! . yeah, I might well use that code and tweak it for a generic external log server like Graylog or Seq. Definitely less moving parts that way, but I am partially wedded to a nxLog agent anyway for other app servers that are part of my stack like .net services, SQL and NoSQL etc.
z
Cool