Skip to content

Commit

Permalink
Merge pull request #766 from catenax-ng/feature/396-fix-log4j-configu…
Browse files Browse the repository at this point in the history
…ration

feat(impl):[#396] fix log4j config
  • Loading branch information
ds-ext-kmassalski authored Feb 8, 2024
2 parents 4790deb + 32ab621 commit 44e8417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions irs-api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,7 @@ management: # Spring management API config, see https://spring.io/guides/gs/cent
server:
port: 4004

logging:
pattern:
console: "%d %-5level %logger : %msg%n"
level:
root: WARN
org.springframework: INFO
org.eclipse.tractusx.irs: INFO
logging.config: "classpath:log4j2.xml"

springdoc: # API docs configuration
api-docs:
Expand Down
2 changes: 1 addition & 1 deletion irs-api/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</Appenders>

<Loggers>
<Root level="debug">
<Root level="info">
<AppenderRef ref="Console"/>
</Root>

Expand Down

0 comments on commit 44e8417

Please sign in to comment.