Skip to content

Commit

Permalink
fix: disable JSON logger
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Jan 3, 2024
1 parent 978529f commit f2c1b60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ quarkus.hibernate-orm.multitenant=DISCRIMINATOR
quarkus.liquibase.migrate-at-start=true
quarkus.liquibase.validate-on-migrate=true


tkit.dataimport.enabled=false
tkit.dataimport.configurations.theme.file=dev-data.import.json
tkit.dataimport.configurations.theme.metadata.operation=CLEAN_INSERT
tkit.dataimport.configurations.theme.enabled=false
tkit.dataimport.configurations.theme.stop-at-error=true

tkit.quarkus.log.level=INFO
tkit.log.json.enabled=false
tkit.log.json.pretty-print=false
tkit.log.json.print-details=false

# enable or disable multi-tenancy support
tkit.rs.context.tenant-id.enabled=true

Expand Down

0 comments on commit f2c1b60

Please sign in to comment.