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 f2a2493 commit 9252998Copy full SHA for 9252998
src/rmmtxauthz/config.py
@@ -70,7 +70,7 @@ class RMMTXSettings(BaseSettings): # pylint: disable=too-few-public-methods
70
workers_count: int = 1
71
# Enable uvicorn reloading
72
reload: bool = True
73
- log_level: UCStr = Field(default="DEBUG", alias="LOG_LEVEL")
+ log_level: UCStr = Field(default="INFO", alias="LOG_LEVEL")
74
rmcn: str = Field(default="rasenmaeher", description="expected CN for RASENMAEHERs mTLS cert")
75
76
api_username: str = Field(default="rmmtxauthz", description="Username for *this* integration to use")
0 commit comments