Skip to content

Commit

Permalink
fix(palletjack): add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 7, 2024
1 parent 7c0a552 commit e028679
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/palletjack/src/roadkill/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ def process():
skid_supervisor = _initialize(log_path, secrets.SENDGRID_API_KEY)
module_logger = logging.getLogger(config.SKID_NAME)

module_logger.info("initializing AGOL connection...")
gis = arcgis.gis.GIS(
username=secrets.AGOL_USER,
password=secrets.AGOL_PASSWORD,
Expand All @@ -198,6 +199,7 @@ def process():
except AttributeError:
port = 5432

module_logger.info("initializing Postgres connection...")
loader = extract.PostgresLoader(
secrets.HOST,
secrets.DATABASE,
Expand Down

0 comments on commit e028679

Please sign in to comment.