Opposite
This commit is contained in:
parent
0b8f0dc1b9
commit
c6d53e0c1c
2
app.py
2
app.py
@ -23,7 +23,7 @@ logging.basicConfig(
|
|||||||
format='%(asctime)s.%(msecs)03d - %(levelname)s - %(message)s',
|
format='%(asctime)s.%(msecs)03d - %(levelname)s - %(message)s',
|
||||||
datefmt='%Y-%m-%d %H:%M:%S'
|
datefmt='%Y-%m-%d %H:%M:%S'
|
||||||
)
|
)
|
||||||
logging.getLogger("urllib3.connectionpool").setLevel(logging.DEBUG)
|
logging.getLogger("urllib3.connectionpool").setLevel(logging.ERROR)
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user