Commit 3caa7a16 authored by 류은제's avatar 류은제
Browse files

Update app.py

parent 904ce9d3
......@@ -11,7 +11,7 @@ from config import configurations
# for API
from flask import Flask, request, jsonify
import logging
#import logging
# == Configurations
......@@ -201,7 +201,7 @@ def extract_utilization():
# == API Logger ==
logging.basicConfig(filename = "../logs/monitoringAPI.log", level = logging.DEBUG)
#logging.basicConfig(filename = "../logs/monitoringAPI.log", level = logging.DEBUG)
# == restAPI ==
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment