Skip to content

Commit

Permalink
cache added and tested.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbay-ODW committed Oct 12, 2022
1 parent e0a1b24 commit a15ec64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging
from pickle import FALSE
logger = logging.getLogger('Logger')
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
logger.info("Logger was initialized")

from flask import Flask, jsonify, request
Expand Down

0 comments on commit a15ec64

Please sign in to comment.