Is it possible to enable debug logging on FusionAuth?
-
I'm looking to get more information from the FusionAuth server. Particularly request and response logs during development would be great to help further understand integration issues with client applications or libraries.
Is this possible via environment variables or possibly the
additional-java-args
?Personally, I'm working with Docker Compose and after FusionAuth starts up, I see no further logs to provide me any additional information.
-
Found out my issue without logging, but this would still be a great tool for local debugging.
-
Hiya,
Per the configuration reference, you can set
FUSIONAUTH_ADDITIONAL_JAVA_ARGS
forAny additional arguments that you want to pass to the Java VM where this service will run.
https://fusionauth.io/docs/v1/tech/reference/configuration#environment-variables
I know this was used to tweak proxy settings here: https://fusionauth.io/community/forum/topic/76/can-i-use-a-proxy-with-fusionauth
I'm not sure how to tweak the logging settings via java arguments, but maybe that gives you a place to start?