| Author |
Configuring log4j
|
Manish Hatwalne
Ranch Hand
Joined: Sep 22, 2001
Posts: 2573
|
|
How can I configure my og4j properties such that it will put the log in the file where tomcat puts it's log by default. i.e. log/localhost_log.DATE_HERE.txt TIA, - Manish
|
 |
Mike Curwen
Ranch Hand
Joined: Feb 20, 2001
Posts: 3695
|
|
|
Those are two separate ways to log. One is the internal logging mechanism used be tomcat, and another is log4j. It's probably not the best idea to have two processes trying to write to the same file.
|
 |
Manish Hatwalne
Ranch Hand
Joined: Sep 22, 2001
Posts: 2573
|
|
Yeah, you're right! I figured it out a little later. - Manish
|
 |
 |
|
|
subject: Configuring log4j
|
|
|