You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/src/manual/source/guide/configuration.md
+9
Original file line number
Diff line number
Diff line change
@@ -249,3 +249,12 @@ A sample usage would look like:
249
249
## Clustered environments
250
250
251
251
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