Skip to content

Commit 9252998

Browse files
committed
fix: default to INFO log level
1 parent f2a2493 commit 9252998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rmmtxauthz/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class RMMTXSettings(BaseSettings): # pylint: disable=too-few-public-methods
7070
workers_count: int = 1
7171
# Enable uvicorn reloading
7272
reload: bool = True
73-
log_level: UCStr = Field(default="DEBUG", alias="LOG_LEVEL")
73+
log_level: UCStr = Field(default="INFO", alias="LOG_LEVEL")
7474
rmcn: str = Field(default="rasenmaeher", description="expected CN for RASENMAEHERs mTLS cert")
7575

7676
api_username: str = Field(default="rmmtxauthz", description="Username for *this* integration to use")

0 commit comments

Comments
 (0)