facebook / facebook/prophet

Remove INFO logs

Open
#2,307 0 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.