Skip to content

Commit

Permalink
Add log lines for debugging information
Browse files Browse the repository at this point in the history
  • Loading branch information
1earch committed Sep 6, 2019
1 parent 5616e38 commit a0da8e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions conf/application.sample
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ auth {

# Autologin user using SSO?
#autologin = false

# Attributes mappings
#attributes {
# login = "sub"
Expand Down
7 changes: 6 additions & 1 deletion conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,14 @@
<!--logger name="services.LocalStreamActor" level="DEBUG" /-->
<!--logger name="services.StreamActor" level="DEBUG" /-->

<!-- Uncomment the next lines to log debug information for OAuth/OIDC login -->
<!--logger name="org.elastic4play.services.auth" level="DEBUG" /-->
<!--logger name="services.OAuth2Srv" level="DEBUG" /-->
<!--logger name="services.mappers" level="DEBUG" /-->

<root level="INFO">
<appender-ref ref="ASYNCFILE" />
<appender-ref ref="ASYNCSTDOUT" />
</root>

</configuration>
</configuration>

0 comments on commit a0da8e3

Please sign in to comment.