We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4f141 commit 4ad98a8Copy full SHA for 4ad98a8
src/main/resources/application.yml
@@ -80,13 +80,6 @@ google:
80
api:
81
key: ${GOOGLE_API_KEY}
82
url: "https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-flash-latest:generateContent?key=${GOOGLE_API_KEY}"
83
-# 초반에만 확인용으로 로그를 출력하고 추후 삭제 예정
84
-logging:
85
- level:
86
- root: INFO
87
- org.springframework.security: DEBUG
88
- io.corps.warmletter: DEBUG
89
- org.springframework.web: DEBUG
90
---
91
spring:
92
config:
0 commit comments