ACF logging question. Is there a way to add the ...
# cfml-general
f
ACF logging question. Is there a way to add the value of an application variable / request header to the output to all coldfusion-out, webservice, http logs? - any and all logs relevant to a request. Expanding: correlation ids are available on all incoming and outgoing request but unless I explicitly write a log to output the value they are never visible. Exceptions are OK as they can be handled, but not every request is an exception. I hope 😉