-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datetime.rs add DTPD pattern for catalina stdout
add `DTPD!` entry for tomcat catalina stdout add log catalina.out Issue #81
- Loading branch information
Showing
3 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
08-Feb-2023 12:12:09.827 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-0.0.0.0-8080"] | ||
08-Feb-2023 12:12:09.848 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 513 ms | ||
08-Feb-2023 12:12:09.857 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina] | ||
08-Feb-2023 12:12:09.857 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/8.5.79] | ||
08-Feb-2023 12:12:20.063 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. | ||
SLF4J: Class path contains multiple SLF4J bindings. | ||
SLF4J: Found binding in [jar:file:/tomcat/apache-tomcat-8.5.79/lib/slf4j-simple-1.6.4.jar!/org/slf4j/impl/StaticLoggerBinder.class] | ||
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. | ||
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder] | ||
|
||
. ____ _ __ _ _ | ||
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ | ||
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ | ||
\\/ ___)| |_)| | | | | || (_| | ) ) ) ) | ||
' |____| .__|_| |_|_| |_\__, | / / / / | ||
=========|_|==============|___/=/_/_/_/ | ||
:: Spring Boot :: (v2.7.6) | ||
|
||
LOGBACK: No context given for ch.qos.logback.classic.AsyncAppender[null] | ||
08-Feb-2023 12:12:48.820 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-0.0.0.0-8080"] | ||
08-Feb-2023 12:12:48.822 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 38973 ms |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters