vorburger commented on a change in pull request #642: FINERACT-724 Upgrade Spring Boot, Spring and Spring Security to their latest stable version URL: https://github.com/apache/fineract/pull/642#discussion_r335005911
########## File path: fineract-provider/src/main/resources/application.properties ########## @@ -17,4 +17,8 @@ # under the License. # -spring.profiles.default=basicauth \ No newline at end of file +spring.profiles.default=basicauth +management.health.jms.enabled=false +#security.enable-csrf=false +spring.jpa.show-sql=true Review comment: @ivan333m won't this (`spring.jpa.show-sql=true`) lead to A LOT of extra logging? "Log Spam" at run-time in production. Would you perhaps like to leave it here but comment it out, just as something that can be useful for debugging in development, but not in production? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
