Logs folder and activity log date default

This commit is contained in:
2026-04-14 20:50:03 -06:00
parent 67d3cb2c7f
commit f8cf68eb1a
3 changed files with 5 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ openrouter:
logging:
file:
name: ${LOG_FILE:log.txt}
name: ${LOG_FILE:logs/app.log}
level:
com.petshop: ${LOG_LEVEL:INFO}
org.springframework.security: ${LOG_LEVEL_SECURITY:WARN}