fix backend issues

This commit is contained in:
2026-04-14 19:59:39 -06:00
parent 711c018014
commit 02768f940a
6 changed files with 20 additions and 4 deletions

View File

@@ -68,6 +68,8 @@ openrouter:
model: ${OPENROUTER_MODEL:openrouter/free}
logging:
file:
name: ${LOG_FILE:log.txt}
level:
com.petshop: ${LOG_LEVEL:INFO}
org.springframework.security: ${LOG_LEVEL_SECURITY:WARN}