Skip to content

Commit 90064a5

Browse files
committed
Fix logging levels
1 parent cffc35d commit 90064a5

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed
Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
# custom properties used when "postgres" Profile is used
2-
32
spring.datasource.url=${NAIS_DATABASE_KLASS_KLASS_JDBC_URL}
4-
spring.datasource.username=${NAIS_DATABASE_KLASS_KLASS_USERNAME}
5-
spring.datasource.password=${NAIS_DATABASE_KLASS_KLASS_PASSWORD}
6-
spring.datasource.driverclassName=org.postgresql.Driver
7-
83
spring.jpa.hibernate.ddl-auto=none
94
spring.flyway.enabled=false
10-
115
spring.datasource.hikari.connection-test-query=SELECT 1
126
spring.datasource.hikari.validation-timeout=3000
13-
14-
spring.jpa.show-sql=true
15-
spring.jpa.properties.hibernate.format_sql=true
167
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
17-

klass-api/src/main/resources/application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ klass.search.maxDescriptionLength=300
4444
# Logging properties
4545
klass.env.logging.path=.
4646
logging.file.name=${klass.env.logging.path}/klass.log
47+
logging.level.no.ssb.klass=DEBUG
4748
# JSP config (for monitor page)
4849
spring.mvc.view.prefix=/WEB-INF/jsp/
4950
spring.mvc.view.suffix=.jsp

0 commit comments

Comments
 (0)