fix: Configure logging

This commit is contained in:
Chris Coutinho
2025-05-25 11:46:41 +02:00
parent 5af7c25dab
commit e93eb9d302
4 changed files with 6 additions and 18 deletions
+1 -4
View File
@@ -4,11 +4,8 @@ LOGGING_CONFIG = {
"version": 1,
"handlers": {
"default": {
"class": "logging.FileHandler",
"class": "logging.StreamHandler",
"formatter": "http",
# "stream": "ext://sys.stderr"
"filename": "/tmp/nextcloud-mcp-server.log",
"mode": "a",
}
},
"formatters": {