Logging internal problems with the DailyRollingFileAppender

2008-05-09 Thread Vincenzo Vitale
Hi, in our system (Jboss on Linux) we log in a custom file on a remote machine; the directory is normally mounted in a way that if something happen Jboss doesn't hang. But it's an important requirement that if for any reason something happen while logging (directory or file not anymore available)

RE: log timestamp not in sync with system time

2008-05-09 Thread kadaba
hey katy, suppose I do log.info("entering method"); in a method say The logs would show as 2008-05-09 15:12:21 entering method the point is that 15:12:21 is the local machine time i.e the system time or the local host time.This is proper in my sample application.. but for another applica

RE: log timestamp not in sync with system time

2008-05-09 Thread Katy Podolner
What is the difference between the system time and "log time"? Is it constant? Last time I've encountered such an issue, it turned out that there is some sort of "Java internal" date for switching to DST for example which somehow happens regardless of the system time , if the dates aren't the sa