Skip to content

Commit

Permalink
Reduce Thymeleaf logging level & Upgrade VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
garamb1 committed Jul 1, 2024
1 parent aa04588 commit 79e6b9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.2
0.7.3
3 changes: 3 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
management.server.port=3000
server.compression.enabled=true
server.error.whitelabel.enabled=false

logging.level.org.thymeleaf=ERROR

retrosearch.encoding=UTF-8
retrosearch.html.version=3.2
retrosearch.search.locales=${SEARCH_LOCALES:en_US,en_GB,it_IT,de_DE,fr_FR,es_ES}
Expand Down

0 comments on commit 79e6b9d

Please sign in to comment.