Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
class
LoggingConfig:
71
level: str =
"info"
72
file: str =
"./logs/webserver.log"
73
74
@dataclass
75
class
StaticConfig:
Callers
1
load_webserver_config
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected