Send custom logs to AWS cloudwatch from Notebook
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2023 07:12 AM
I would like to send some custom logs (in Python) from my Databricks notebook to AWS Cloudwatch.
For example:
df = spark.read.json(".......................")
logger.info("Successfully ingested data from json")
Has someone succeeded in doing this before? Your help is much appreciated. Thanks in advance!
Labels: