Skip to main content
Participant
June 2, 2015
Question

Change the location of coldfusion-out.log & coldfusion-error.log files in CF10

  • June 2, 2015
  • 2 replies
  • 942 views

Hi

I've managed to change location all coldfusion log files for naming instance  but not ex catalina.out files: catalina-out.log and catalina-error.log.

Anyone has any idea where settings are ?

The only solution works so far

redirect 1>>STDOUT.file 2>>STDERR.file and remove default log file folder..

    This topic has been closed for replies.

    2 replies

    Legend
    June 2, 2015

    I usually create my own logs and leave the predefined ColdFusion logs alone. I created a wrapper around the log4j library the CF uses. Google "ColdFusion log4j" and you'll find quite a bit -- maybe even a post or two from me that explains this further.

    Anit_Kumar
    Inspiring
    June 2, 2015

    Can you have a look at Deeper insights into ColdFusion logging mechanisms — Adobe ColdFusion Blog , and see, if that helps.

    Regards,

    Anit Kumar