Remove INFO logs
Open
question
- Dominant language
- Python
- Stars
- 20.4k
- Forks
- 4.6k
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 1
Description
Hi,
TLDR: I want to set_log_level to ERROR, instead of INFO. I tried:
```
import logging
logger = logging.getLogger('prophet')
logger.setLevel(logging.ERROR)
```
all over the place in my code, but with no success. I want to do it programatically because I will need to use this in a docker container
Any help is welcome!
Contributor guide
Assessment
This issue has not been assessed yet.