remove logging file altogether.

This commit is contained in:
danfunk 2023-05-10 12:28:00 -04:00
parent 4fcb1298e2
commit 5f4db5e5fd
1 changed files with 0 additions and 6 deletions

View File

@ -46,12 +46,6 @@ logging_config = {
"class": "logging.StreamHandler",
"stream": "ext://sys.stdout",
"level": "INFO"
},
"file": {
"level": "INFO",
"formatter": "simple",
"class": "logging.FileHandler",
"filename": "cr_connect.log"
}
}
}