I am using Alfresco Community 5.2 and in step 5 my handlers are listed as:
handlers = 1catalina.org.apache.juli.FileHandler, 2localhost.org.apache.juli.FileHandler, 3manager.org.apache.juli.FileHandler, 4host-manager.org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
instead of
handlers = 1catalina.java.util.logging.FileHandler
as suggested I put
handlers = 1catalina.org.apache.juli.FileHandler
instead.
Is this correct?