Skip to content

Commit

Permalink
add flask logging to check spectrack.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Sep 12, 2024
1 parent 220852f commit f57685a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data_management/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
logger.setLevel(logging.INFO)
app = Flask(__name__)
CORS(app)
app.logger.info("For SpecTrack logs, check spectrack.log in the home directory")


@app.route("/v1/dlu/package", methods=["POST"])
Expand Down

0 comments on commit f57685a

Please sign in to comment.