Advertisement
Guest User

Untitled

a guest
Apr 11th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.57 KB | None | 0 0
  1. 14:02:00.238 [localhost-startStop-1] INFO  o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
  2. 14:02:02.582 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - Driver class found in the HikariConfig class classloader sun.misc.Launcher$AppClassLoader@18b4aac2
  3. 14:02:04.269 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-1 - configuration:
  4. 14:02:04.285 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false
  5. 14:02:04.285 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true
  6. 14:02:04.285 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none
  7. 14:02:04.285 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none
  8. 14:02:04.285 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none
  9. 14:02:04.285 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000
  10. 14:02:04.285 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................none
  11. 14:02:04.285 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none
  12. 14:02:04.285 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none
  13. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=<masked>}
  14. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName................."org.postgresql.Driver"
  15. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{}
  16. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none
  17. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000
  18. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true
  19. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1
  20. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false
  21. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false
  22. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................jdbc:postgresql://localhost:5432/jordan23
  23. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0
  24. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000
  25. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................30
  26. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none
  27. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none
  28. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................30
  29. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - password........................<masked>
  30. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-1"
  31. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false
  32. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false
  33. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none
  34. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal
  35. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - schema.........................."public"
  36. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal
  37. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default
  38. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - username........................"postgres"
  39. 14:02:04.301 [localhost-startStop-1] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000
  40. 14:02:04.301 [localhost-startStop-1] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  41. 14:02:04.816 [localhost-startStop-1] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1011a32e
  42. 14:02:04.832 [localhost-startStop-1] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  43. 14:02:04.941 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=1, active=1, idle=0, waiting=0)
  44. 14:02:05.004 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@16f9d99b
  45. 14:02:05.051 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@183e2534
  46. 14:02:05.129 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1c01b2eb
  47. 14:02:05.223 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@59032f0f
  48. 14:02:05.316 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1ee00b5
  49. 14:02:05.363 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@68909239
  50. 14:02:05.441 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@7997e32a
  51. 14:02:05.488 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@392cd040
  52. 14:02:05.535 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@48b69478
  53. 14:02:05.613 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@245bc60d
  54. 14:02:05.660 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@6293ef1f
  55. 14:02:05.723 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@3b9a16cf
  56. 14:02:05.785 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@460cedb4
  57. 14:02:05.879 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@6fa98ccd
  58. 14:02:05.973 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@70e7f356
  59. 14:02:06.019 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1b20afeb
  60. 14:02:06.066 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@3a608076
  61. 14:02:06.129 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@190cac13
  62. 14:02:06.191 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@56be8127
  63. 14:02:06.207 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@48ff23ec
  64. 14:02:06.285 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@76a279b5
  65. 14:02:06.816 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@a322f46
  66. 14:02:06.879 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@2827309e
  67. 14:02:06.926 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@19769635
  68. 14:02:06.973 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@7c7c3b7f
  69. 14:02:07.004 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@672f73a9
  70. 14:02:07.035 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@769d0c12
  71. 14:02:07.066 [localhost-startStop-1] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework
  72. 14:02:07.082 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@5b77ebca
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement