You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Quaini Michele <mi...@fastweb.it> on 2000/10/06 11:37:32 UTC

logging ?

Hello

we have the following problem:

part of our application logging goes in the file servlet.log because in the
Action servlets we use the method servlet.log
while part of it goes on the console because it is done with
system.out.println
at the end, we cannot rebuild the application flow in case of problems

what is the best solution? 
including the package also in the bean so we can servlet.log also from
them???
Or there is a better solution?



thanx 

Michele