MCPcopy Create free account
hub / github.com/nlweb-ai/NLWeb / LoggingConfig

Class LoggingConfig

AskAgent/python/core/config.py:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69@dataclass
70class LoggingConfig:
71 level: str = "info"
72 file: str = "./logs/webserver.log"
73
74@dataclass
75class StaticConfig:

Callers 1

load_webserver_configMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected