Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelRobidas committed Apr 12, 2023
1 parent dbaec21 commit 669391b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/cloud_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
if settings.IS_CLOUD:
from google.cloud import batch_v1

import logging

logging.basicConfig(
level=logging.INFO, format="%(asctime)s [%(levelname)s] %(module)s: %(message)s"
)
logger = logging.getLogger(__name__)


def record_event_analytics(request, event_name, **extra_params):
"""
Expand Down

0 comments on commit 669391b

Please sign in to comment.