| Author |
send server output to log file
|
Rajeev Ravindran
Ranch Hand
Joined: Aug 27, 2002
Posts: 455
|
|
hi, Can anyone tell me how to send the data that are printed on RAD (Rational Application Developer) to a log/txt file. My understanding is that RAD uses apache commons-logging as the wrapper class and it makes use of JDK14Logger to prining the log details on RAD console. Is is possible to configure the setting so that the log details will get printed on a file rather than displaying on the console window. I created a file named logging.properties and kept it in the server classpath # logging.properties# jdk handlershandlers=java.util.logging.ConsoleHandler java.util.logging.FileHandler # default log level .level=INFO # log level for the "DEBUG" logger DEBUG.level=FINE # log file name for the FileHandler java.util.logging.FileHandler.pattern=c:/app.log but its still not working Appretiate any comments / suggestions .. Thanks, Rajeev.
|
SCJP, SCWCD, SCBCD, Oracle Certified Professional (SQL n PL/SQL)
|
 |
Rajeev Ravindran
Ranch Hand
Joined: Aug 27, 2002
Posts: 455
|
|
i didnt look at the Admin Console.. The option was there to set it.. sorry guys !!
|
 |
 |
|
|
subject: send server output to log file
|
|
|