forked from MIT-FS/AuditServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlog.properties
More file actions
30 lines (30 loc) · 5.59 KB
/
Copy pathlog.properties
File metadata and controls
30 lines (30 loc) · 5.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
2023-05-23T10:50:43.137+02:00 INFO 6508 --- [main] u.m.f.s.a.AuditserverApplication : Starting AuditserverApplication using Java 17.0.6 with PID 6508 (D:\codigo\RepositoriosGIT\AuditServer\build\classes\java\main started by isa in D:\codigo\RepositoriosGIT\AuditServer)
2023-05-23T10:50:43.140+02:00 INFO 6508 --- [main] u.m.f.s.a.AuditserverApplication : No active profile set, falling back to 1 default profile: "default"
2023-05-23T10:50:43.953+02:00 INFO 6508 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2023-05-23T10:50:43.962+02:00 INFO 6508 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-05-23T10:50:43.962+02:00 INFO 6508 --- [main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.8]
2023-05-23T10:50:44.057+02:00 INFO 6508 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-05-23T10:50:44.057+02:00 INFO 6508 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 871 ms
2023-05-23T10:50:44.324+02:00 INFO 6508 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2023-05-23T10:50:44.331+02:00 INFO 6508 --- [main] u.m.f.s.a.AuditserverApplication : Started AuditserverApplication in 1.597 seconds (process running for 1.899)
2023-05-23T10:50:48.998+02:00 INFO 6508 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-23T10:50:48.998+02:00 INFO 6508 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2023-05-23T10:50:48.999+02:00 INFO 6508 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
2023-05-23T10:50:49.026+02:00 INFO 6508 --- [http-nio-8080-exec-1] us.muit.fs.a4i.config.Context : Lectura del fichero de configuración por defecto
2023-05-23T10:50:49.026+02:00 INFO 6508 --- [http-nio-8080-exec-1] us.muit.fs.a4i.config.Context : InputStream sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@41b7e30d para /a4i.conf
2023-05-23T10:50:49.027+02:00 INFO 6508 --- [http-nio-8080-exec-1] us.muit.fs.a4i.config.Checker : Checker solicitud de búsqueda detalles de la métrica readyz
2023-05-23T10:50:49.027+02:00 INFO 6508 --- [http-nio-8080-exec-1] us.muit.fs.a4i.config.Checker : Buscando el archivo /a4iDefault.json
2023-05-23T10:50:49.028+02:00 INFO 6508 --- [http-nio-8080-exec-1] us.muit.fs.a4i.config.Checker : InputStream sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4b4bb932 para /a4iDefault.json
2023-05-23T10:50:49.028+02:00 INFO 6508 --- [http-nio-8080-exec-1] us.muit.fs.a4i.config.Checker : Creo el inputStream
2023-05-23T10:50:49.036+02:00 INFO 6508 --- [http-nio-8080-exec-1] us.muit.fs.a4i.config.Checker : Creo el JsonReader
2023-05-23T10:50:49.041+02:00 INFO 6508 --- [http-nio-8080-exec-1] us.muit.fs.a4i.config.Checker : Leo el objeto
2023-05-23T10:50:49.044+02:00 INFO 6508 --- [http-nio-8080-exec-1] us.muit.fs.a4i.config.Checker : Muestro la configuración leída {"metrics":[{"name":"subscribers","type":"java.lang.Integer","description":"Número de suscriptores, watchers en la web","unit":"subscribers"},{"name":"forks","type":"java.lang.Integer","description":"Número de forks, no son los forks de la web","unit":"forks"},{"name":"watchers","type":"java.lang.Integer","description":"Observadores, en la web aparece com forks","unit":"watchers"},{"name":"issues","type":"java.lang.Integer","description":"Tareas sin finalizar en el repositorio","unit":"issues"},{"name":"stars","type":"java.lang.Integer","description":"Estrellas concedidas","unit":"stars"},{"name":"creation","type":"java.util.Date","description":"Fecha de creación del calendario","unit":"date"},{"name":"lastPush","type":"java.util.Date","description":"�ltimo push realizado en el repositorio","unit":"date"},{"name":"totalAdditions","type":"java.lang.Integer","description":"Modificaciones realizadas","unit":"additions"}],"indicators":[{"name":"issuesProgess","type":"java.lang.Double","description":"Ratio de issues cerrados frente a totales","unit":"ratio"},{"name":"overdued","type":"java.lang.Double","description":"Ratio de issues vencidos frente a abiertos","unit":"ratio"}]}
2023-05-23T10:50:49.044+02:00 INFO 6508 --- [http-nio-8080-exec-1] us.muit.fs.a4i.config.Checker : El número de métricas es 8
2023-05-23T10:50:49.044+02:00 INFO 6508 --- [http-nio-8080-exec-1] us.muit.fs.a4i.config.Checker : nombre: subscribers
2023-05-23T10:50:49.044+02:00 INFO 6508 --- [http-nio-8080-exec-1] us.muit.fs.a4i.config.Checker : nombre: forks
2023-05-23T10:50:49.044+02:00 INFO 6508 --- [http-nio-8080-exec-1] us.muit.fs.a4i.config.Checker : nombre: watchers
2023-05-23T10:50:49.044+02:00 INFO 6508 --- [http-nio-8080-exec-1] us.muit.fs.a4i.config.Checker : nombre: issues
2023-05-23T10:50:49.045+02:00 INFO 6508 --- [http-nio-8080-exec-1] us.muit.fs.a4i.config.Checker : nombre: stars
2023-05-23T10:50:49.045+02:00 INFO 6508 --- [http-nio-8080-exec-1] us.muit.fs.a4i.config.Checker : nombre: creation
2023-05-23T10:50:49.045+02:00 INFO 6508 --- [http-nio-8080-exec-1] us.muit.fs.a4i.config.Checker : nombre: lastPush
2023-05-23T10:50:49.045+02:00 INFO 6508 --- [http-nio-8080-exec-1] us.muit.fs.a4i.config.Checker : nombre: totalAdditions