Was wondering if someone could point me in the rig...
# adobe
c
Was wondering if someone could point me in the right direction to turn off "information" level console output (logging) for coldfusion-out.log. The http requests being logged are excessive with a new code implementation, making the log unusable. Been researching for about an hour and can't seem to find a verboseness setting. This is for ACF 2021 Enterprise. Thanks in advance.
b
I'm aware of the annoying cfhttp logging you're referring to and I'm quite surprised there doesn't seem to be a ticket in the tracker for it
I'm wanting to say there was a way to turn that off, but I don't know it off the top of my head
c
I guess I assumed there's a method. But if there is, it's very hidden. Going to create a ticket either way.
c
Saw that thread earlier, but looked at the comments this time. That lead me to the neo-logging.xml file. That as a "priority" variable that is set to "information". That looks promising, though seems global to the logs instead of per log type.
m
@Bagish Mishra can we check on this? Chris, please post the ticket number here after you create it.
n
@Chris Tierney: You can only change the logging priority level only at the server level. However, there is a way in CF Admin to disable http logging, if you do not want the http logging, but it will not log any information related to http calls.
❤️ 1
c
@nimitsharma I'm about ready to head out for the day, but I do not remember seeing that in 2021. Do you know right off where that is located?
n
@Chris Tierney: Navigate to “Debugging & Logging > Log Files” page. In the actions column for the http.log file, you can use the last button to disable logging.
👍 1
c
@nimitsharma thank you for the info. Quite honestly I never looked at the http.log. For whatever reason, these HTTP request messages are not only logged here but also in the coldfusion-out.log. The coldfusion-out.log is my issue as it is too much noise for the log to be useful.