For example, I am using OAuth2 Authentication in Playframework by play-silhouette (or SecureSocial). I want to track the HTTP requests so that I could know how Playframework communicate with Facebook, which provides OAuth2 service.
Is there a way to print all HTTP request invoked by Playframework in log file?
Maybe write this in conf
file could solves this issue..
logger.play=TRACE
logger.application=TRACE