feat(logging): add structured audit logging with file export

- Add logback-spring.xml with daily rolling file appenders
- Add structured audit events to RequireRoleAspect
- Add logging export configuration to application.yaml
- Add janino dependency for logback evaluation
- Ignore /log/ export directory
This commit is contained in:
2026-05-24 00:38:11 +08:00
parent 21dc992971
commit 57683ad64c
5 changed files with 96 additions and 7 deletions
+2 -1
View File
@@ -43,4 +43,5 @@ out/
**/application-dev.yaml
**/application-dev.yml
**/application-dev.properties
**/.env
**/.env
/log/