MCPcopy Create free account
hub / github.com/Nativu5/Gemini-FastAPI / LoggingConfig

Class LoggingConfig

app/utils/config.py:193–199  ·  view source on GitHub ↗

Logging configuration

Source from the content-addressed store, hash-verified

191
192
193class LoggingConfig(BaseModel):
194 """Logging configuration"""
195
196 level: Literal["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"] = Field(
197 default="DEBUG",
198 description="Logging level",
199 )
200
201
202class Config(BaseSettings):

Callers 1

ConfigClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected