To enable Debug Mode in Rublon Authentication Proxy:
1. Open the config.json file located inside the rublonauthproxy/config directory.
2. In the log section, add "debug": true, in the following way:
{
"log": {
"debug": true,
"remove_logs_older_than": 7
},
3. That’s it! If you are unsure how to use any of the properties in the config.json file, you can look up one of the configuration examples in the rublonauthproxy/config/examples folder.
Helpful Links
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article