質問編集履歴

1

logの追加

2021/09/01 14:46

投稿

ryu18_
ryu18_

スコア1

test CHANGED
File without changes
test CHANGED
@@ -121,3 +121,59 @@
121
121
  2021-09-01 09:48:25.859 WARN 2675 --- [l-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=2m25s822ms710µs20ns).
122
122
 
123
123
  ```
124
+
125
+
126
+
127
+ ※追加(下はbootじゃないほうのwarファイルの場合のlogです。)
128
+
129
+ ```
130
+
131
+
132
+
133
+
134
+
135
+ 01-Sep-2021 14:07:33.242 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.security.egd=file:/dev/./urandom
136
+
137
+ org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path: [/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
138
+
139
+ 01-Sep-2021 14:07:34.704 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-127.0.0.1-8009"]
140
+
141
+ 01-Sep-2021 14:07:34.805 INFO [main] org.apache.catalina.startup.Catalina.load Server initialization in [2759] milliseconds
142
+
143
+ 01-Sep-2021 14:07:35.001 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
144
+
145
+ 01-Sep-2021 14:07:35.002 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/9.0.52]
146
+
147
+ 01-Sep-2021 14:07:35.060 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/opt/tomcat/webapps/horaire.war]
148
+
149
+ 01-Sep-2021 14:07:41.574 INFO [main] 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.
150
+
151
+
152
+
153
+ . ____ _ __ _ _
154
+
155
+ /\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
156
+
157
+ ( ( )\___ | '_ | '_| | '_ / _` | \ \ \ \
158
+
159
+ \/ ___)| |_)| | | | | || (_| | ) ) ) )
160
+
161
+ ' |____| .__|_| |_|_| |_\__, | / / / /
162
+
163
+ =========|_|==============|___/=/_/_/_/
164
+
165
+ :: Spring Boot :: (v2.5.2)
166
+
167
+
168
+
169
+
170
+
171
+ 2021-09-01 14:07:44.855 INFO 2554 --- [ main] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
172
+
173
+
174
+
175
+ (略)
176
+
177
+ 2021-09-01 14:08:09.468 INFO 2554 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
178
+
179
+ ```