From 2eff488b3299abb18813ce30e5b8a52cb719a6ec Mon Sep 17 00:00:00 2001 From: Julius Sula Date: Tue, 16 May 2023 08:16:10 +0200 Subject: [PATCH] change logs --- backend/src/main/resources/log4j2.xml | 6 +-- log/application.log | 69 --------------------------- log/error.log | 0 log/warn.log | 0 4 files changed, 3 insertions(+), 72 deletions(-) delete mode 100644 log/application.log delete mode 100644 log/error.log delete mode 100644 log/warn.log diff --git a/backend/src/main/resources/log4j2.xml b/backend/src/main/resources/log4j2.xml index 9c2862d..f883f82 100644 --- a/backend/src/main/resources/log4j2.xml +++ b/backend/src/main/resources/log4j2.xml @@ -2,7 +2,7 @@ + fileName="./backend/log/application.log" filePattern="log/application-%d{yyyy-MM-dd-HH-mm}-%i.log"> %d{yyyy-MM-dd-HH:mm:ss} %-5p %m%n%ex{full} @@ -11,7 +11,7 @@ + fileName="./backend/log/error.log" filePattern="log/error-%d{yyyy-MM-dd-HH-mm}-%i.log"> %d{yyyy-MM-dd-HH:mm:ss} %-5p %m%n%ex{full} @@ -20,7 +20,7 @@ + fileName="./backend/log/warn.log" filePattern="log/warn-%d{yyyy-MM-dd-HH-mm}-%i.log"> %d{yyyy-MM-dd-HH:mm:ss} %-5p %m%n diff --git a/log/application.log b/log/application.log deleted file mode 100644 index 9d3167c..0000000 --- a/log/application.log +++ /dev/null @@ -1,69 +0,0 @@ -2023-05-15-14:14:50 INFO Starting ApiApplication using Java 17.0.7 on vdw10154 with PID 5148 (C:\Users\ext_sulaju\Documents\Asfinag\Tech-Supporting.ITSM.ChangeKalender\backend\target\classes started by ext_sulaju in C:\Users\ext_sulaju\Documents\Asfinag\Tech-Supporting.ITSM.ChangeKalender) -2023-05-15-14:14:50 INFO No active profile set, falling back to 1 default profile: "default" -2023-05-15-14:14:52 INFO Tomcat initialized with port(s): 8080 (http) -2023-05-15-14:14:52 INFO Root WebApplicationContext: initialization completed in 2233 ms -2023-05-15-14:14:53 INFO jrpcMode: true -2023-05-15-14:14:53 INFO jniLoadMode: 1 -2023-05-15-14:14:53 INFO apiRecordingMode: 0 -2023-05-15-14:14:53 INFO apiRecordingLogDir: -2023-05-15-14:14:53 INFO useConnectionPooling: true -2023-05-15-14:14:53 INFO maxProxiesPerServer: 80 -2023-05-15-14:14:53 INFO idleConnectionsPerServer: 5 -2023-05-15-14:14:53 INFO connectionTimeout: 0 -2023-05-15-14:14:53 INFO connectionLifespan: 0 -2023-05-15-14:14:53 INFO timeUnit: MINUTES -2023-05-15-14:14:53 INFO minimumSupportedServerRpcVersion: 12 -2023-05-15-14:14:53 INFO connectionMaxRetries: 1 -2023-05-15-14:14:53 INFO timeLagBetweenRetriesMillSec: 100 -2023-05-15-14:14:53 INFO stringizeFieldAssignments: false -2023-05-15-14:14:53 INFO stringizeSetIfQualification: false -2023-05-15-14:14:53 INFO useLegacyQualParser: false -2023-05-15-14:14:53 INFO useLegacyAssignParser: false -2023-05-15-14:14:53 INFO useLegacyQualFormatter: false -2023-05-15-14:14:53 INFO useLegacyAssignFormatter: false -2023-05-15-14:14:53 INFO APITIMEOUT from system property : null -2023-05-15-14:14:53 INFO APITIMEOUT from Environment : null -2023-05-15-14:14:53 INFO AROVERLAYGROUPS from system property : null -2023-05-15-14:14:53 INFO AROVERLAYGROUPS from Environment : null -2023-05-15-14:14:55 INFO fipsProviderJsafeJCE installed = false -2023-05-15-14:14:56 INFO set timer period 60000 milliSec (00:01:00) -2023-05-15-14:14:56 INFO Connects to itsm-app-dev.asfinag.at:50000 through com.bmc.arsys.api.ProxyJRpc@1f10fec6 -2023-05-15-14:14:58 INFO Tomcat started on port(s): 8080 (http) with context path '' -2023-05-15-14:14:58 INFO Started ApiApplication in 8.591 seconds (JVM running for 9.873) -2023-05-15-14:15:07 INFO Initializing Servlet 'dispatcherServlet' -2023-05-15-14:15:07 INFO Completed initialization in 1 ms -2023-05-15-14:37:32 INFO Starting ApiApplication using Java 17.0.7 on vdw10154 with PID 15216 (C:\Users\ext_sulaju\Documents\Asfinag\Tech-Supporting.ITSM.ChangeKalender\backend\target\classes started by ext_sulaju in C:\Users\ext_sulaju\Documents\Asfinag\Tech-Supporting.ITSM.ChangeKalender) -2023-05-15-14:37:32 INFO No active profile set, falling back to 1 default profile: "default" -2023-05-15-14:37:34 INFO Tomcat initialized with port(s): 8080 (http) -2023-05-15-14:37:34 INFO Root WebApplicationContext: initialization completed in 2045 ms -2023-05-15-14:37:35 INFO jrpcMode: true -2023-05-15-14:37:35 INFO jniLoadMode: 1 -2023-05-15-14:37:35 INFO apiRecordingMode: 0 -2023-05-15-14:37:35 INFO apiRecordingLogDir: -2023-05-15-14:37:35 INFO useConnectionPooling: true -2023-05-15-14:37:35 INFO maxProxiesPerServer: 80 -2023-05-15-14:37:35 INFO idleConnectionsPerServer: 5 -2023-05-15-14:37:35 INFO connectionTimeout: 0 -2023-05-15-14:37:35 INFO connectionLifespan: 0 -2023-05-15-14:37:35 INFO timeUnit: MINUTES -2023-05-15-14:37:35 INFO minimumSupportedServerRpcVersion: 12 -2023-05-15-14:37:35 INFO connectionMaxRetries: 1 -2023-05-15-14:37:35 INFO timeLagBetweenRetriesMillSec: 100 -2023-05-15-14:37:35 INFO stringizeFieldAssignments: false -2023-05-15-14:37:35 INFO stringizeSetIfQualification: false -2023-05-15-14:37:35 INFO useLegacyQualParser: false -2023-05-15-14:37:35 INFO useLegacyAssignParser: false -2023-05-15-14:37:35 INFO useLegacyQualFormatter: false -2023-05-15-14:37:35 INFO useLegacyAssignFormatter: false -2023-05-15-14:37:35 INFO APITIMEOUT from system property : null -2023-05-15-14:37:35 INFO APITIMEOUT from Environment : null -2023-05-15-14:37:35 INFO AROVERLAYGROUPS from system property : null -2023-05-15-14:37:35 INFO AROVERLAYGROUPS from Environment : null -2023-05-15-14:37:37 INFO fipsProviderJsafeJCE installed = false -2023-05-15-14:37:38 INFO set timer period 60000 milliSec (00:01:00) -2023-05-15-14:37:38 INFO Connects to itsm-app-dev.asfinag.at:50000 through com.bmc.arsys.api.ProxyJRpc@6ee5f485 -2023-05-15-14:37:41 INFO Tomcat started on port(s): 8080 (http) with context path '' -2023-05-15-14:37:41 INFO Started ApiApplication in 9.476 seconds (JVM running for 10.884) -2023-05-15-14:37:45 INFO Initializing Servlet 'dispatcherServlet' -2023-05-15-14:37:45 INFO Completed initialization in 2 ms -2023-05-15-14:37:45 INFO Connects to itsm-app-dev.asfinag.at:50000 through com.bmc.arsys.api.ProxyJRpc@70507715 diff --git a/log/error.log b/log/error.log deleted file mode 100644 index e69de29..0000000 diff --git a/log/warn.log b/log/warn.log deleted file mode 100644 index e69de29..0000000