Skip to content

Commit 9c654b6

Browse files
committed
Document the logging configuration for securesocial
1 parent d36ea92 commit 9c654b6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/src/manual/source/guide/configuration.md

+9
Original file line numberDiff line numberDiff line change
@@ -249,3 +249,12 @@ A sample usage would look like:
249249
## Clustered environments
250250

251251
SecureSocial uses the Play cache to store values while signing in users via OAuth. If you have more than one server then make sure to use a distributed cache (eg: memcached).
252+
253+
## Logging configuration
254+
255+
All the securesocial loggers are defined using Play's logging API under the "securesocial" root logger. If you want to customize the logging level for a securesocial component all you have to do is add a line for it in you application.conf.
256+
For example adding the following line would set all the securesocial loggers at the debug level:
257+
258+
logger.securesocial=DEBUG
259+
260+
For more information on how to customize logging in Play! you can check the corresponding [documentation](http://www.playframework.com/documentation/2.2.0/SettingsLogger)

0 commit comments

Comments
 (0)