jmix-framework / jmix

Jmix framework
https://www.jmix.io
Apache License 2.0
487 stars 112 forks source link

Add org.springframework.security logger setting to project templates #3405

Closed gorbunkov closed 1 week ago

gorbunkov commented 1 week ago

New project must contain the following logger definition:

# 'debug' or 'trace' levels help to troubleshoot security problems
logging.level.org.springframework.security = info

This will help users to understand that they can easily find more security information in logs.