Skip to content

Commit

Permalink
fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRunfola committed Feb 14, 2025
1 parent 4f0735f commit 7164975
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions geoBoundaryBuilder/monitor/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
import psycopg2
from datetime import datetime, timedelta
import os
import logging

# Configure logging
logging.basicConfig(
level=logging.INFO,
format='%(asctime)s - %(levelname)s - %(message)s'
)

app = Flask(__name__)

Expand Down

0 comments on commit 7164975

Please sign in to comment.