Skip to content

Commit

Permalink
fix: yaml conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomgrus committed Sep 2, 2021
1 parent e6ce394 commit 6330b84
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/api/api/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ info:
version: version
api:
version: @project.version@
ara:
logging:
mode: logging-console
spring:
profiles:
include: @spring.profiles.active@,${ara.logging.mode}
Expand Down Expand Up @@ -55,6 +52,8 @@ springdoc:

# Disabled by default (and executed after/every day)
ara:
logging:
mode: logging-console
maxExecutionDaysToKeep: 14
minExecutionsToKeepPerCycle: 20

Expand Down

0 comments on commit 6330b84

Please sign in to comment.