docker mac - done

This commit is contained in:
Tham Luu
2024-09-20 17:59:55 +08:00
parent 16c0c24fae
commit a78146f25f
5 changed files with 45 additions and 13 deletions

View File

@ -39,7 +39,7 @@
"class": "logging.handlers.RotatingFileHandler",
"level": "DEBUG",
"formatter": "detailed",
"filename": "${DATA_DIR}/fuware.log",
"filename": "data/fuware.log",
"maxBytes": 10000,
"backupCount": 3
}