Advertisement
mayankpunetha

Untitled

Feb 12th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. [debug] c.z.h.HikariConfig - allowPoolSuspension.............false
  2. [debug] c.z.h.HikariConfig - autoCommit......................true
  3. [debug] c.z.h.HikariConfig - catalog.........................null
  4. [debug] c.z.h.HikariConfig - connectionInitSql...............null
  5. [debug] c.z.h.HikariConfig - connectionTestQuery.............null
  6. [debug] c.z.h.HikariConfig - connectionTimeout...............30000
  7. [debug] c.z.h.HikariConfig - dataSource......................null
  8. [debug] c.z.h.HikariConfig - dataSourceClassName............."org.postgresql.ds.PGSimpleDataSource"
  9. [debug] c.z.h.HikariConfig - dataSourceJNDI..................null
  10. [debug] c.z.h.HikariConfig - dataSourceProperties............{password=<masked>}
  11. [debug] c.z.h.HikariConfig - driverClassName.................null
  12. [debug] c.z.h.HikariConfig - healthCheckProperties...........{}
  13. [debug] c.z.h.HikariConfig - healthCheckRegistry.............null
  14. [debug] c.z.h.HikariConfig - idleTimeout.....................30000
  15. [debug] c.z.h.HikariConfig - initializationFailFast..........true
  16. [debug] c.z.h.HikariConfig - isolateInternalQueries..........false
  17. [debug] c.z.h.HikariConfig - jdbc4ConnectionTest.............false
  18. [debug] c.z.h.HikariConfig - jdbcUrl........................."jdbc:postgresql://localhost:5432/test"
  19. [debug] c.z.h.HikariConfig - leakDetectionThreshold..........0
  20. [debug] c.z.h.HikariConfig - maxLifetime.....................1800000
  21. [debug] c.z.h.HikariConfig - maximumPoolSize.................10
  22. [debug] c.z.h.HikariConfig - metricRegistry..................null
  23. [debug] c.z.h.HikariConfig - metricsTrackerFactory...........null
  24. [debug] c.z.h.HikariConfig - minimumIdle.....................5
  25. [debug] c.z.h.HikariConfig - password........................<masked>
  26. [debug] c.z.h.HikariConfig - poolName........................"HikariPool-1"
  27. [debug] c.z.h.HikariConfig - readOnly........................false
  28. [debug] c.z.h.HikariConfig - registerMbeans..................false
  29. [debug] c.z.h.HikariConfig - scheduledExecutorService........null
  30. [debug] c.z.h.HikariConfig - threadFactory...................null
  31. [debug] c.z.h.HikariConfig - transactionIsolation............null
  32. [debug] c.z.h.HikariConfig - username........................"postgres"
  33. [debug] c.z.h.HikariConfig - validationTimeout...............5000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement