test
This commit is contained in:
@@ -21,7 +21,7 @@ def main():
|
||||
except Exception as e:
|
||||
metrics.APP_ERRORS_TOTAL.labels(
|
||||
pod_id=POD_ID).inc() # Increment errors
|
||||
print(f"Failed to prepare ingestor: {e}")
|
||||
ingestor.logger.error("Failed to prepare ingestor: %s", e)
|
||||
exit_signal.set()
|
||||
ingestor.logger.info("Ingestor prepared. Starting main loop.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user