Skip to content

Commit

Permalink
Update config and log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Mar 8, 2024
1 parent 9e765c2 commit 1ad8014
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sbdi/data/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ cas:
prefix: ${cas.server.name}/cas
host:
name: localhost:9000
http-web-request:
httpWebRequest:
cors:
enabled: true
#allow-origin-patterns:
allow-origins:
- '*'
allowOriginPatterns:
- http://localhost:*
- https://*.biodiversitydata.se
jdbc:
showSql: false
audit:
Expand Down
4 changes: 4 additions & 0 deletions sbdi/data/config/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@
<!--<AppenderRef ref="casFile"/>-->
<AppenderRef ref="casConsole"/>
</AsyncLogger>
<AsyncLogger name="org.apereo.cas.services.DefaultRegisteredServiceDelegatedAuthenticationPolicy" level="error" additivity="false" includeLocation="true">
<!--<AppenderRef ref="casFile"/>-->
<AppenderRef ref="casConsole"/>
</AsyncLogger>
<AsyncRoot level="warn">
<AppenderRef ref="casConsole"/>
</AsyncRoot>
Expand Down

0 comments on commit 1ad8014

Please sign in to comment.