Skip to content

Commit

Permalink
logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Jaiswal committed Sep 3, 2024
1 parent 29ff55b commit a988562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-packages/extensions/src/omigo_ext/splunk_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def __execute_normal_query__(self, query, start_time, end_time, url_encoded_cols
}

# debug
utils.info("Status: job_id: {}, {}".format(job_id_trim, stats))
utils.debug("Status: job_id: {}, {}".format(job_id_trim, stats))

# check if job is done
if (stats["isDone"] == "1"):
Expand Down

0 comments on commit a988562

Please sign in to comment.