https://bz.apache.org/bugzilla/show_bug.cgi?id=66104

            Bug ID: 66104
           Summary: Check for the existence of the log directory before
                    executing the cleanup task at startup
           Product: Tomcat 10
           Version: unspecified
          Hardware: PC
                OS: Mac OS X 10.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: aooo...@gmail.com
  Target Milestone: ------

If I specify a new logging directory and it does not exist, the message
"java.util.logging.ErrorManager: 0: Unable to delete log files older than [90]
days" will be displayed at startup. . The reason for this is that the directory
is only created the first time the log is written, but when the cleanup task is
performed at startup, the directory has not yet been created.
Although this doesn't affect anything, I think it needs to be solved.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to