Skip to main content

Alternate Logging package for zepl

Project description

Zepl Logging

This package let's you do logging just like a basic logging modeule but it is desiged specifically to work with zepl notebooks as those are containerized so all the logs are lost when the container is shut down.

Installation

You can install zepl_logging package from PyPI:

pip install zepl_logging

The project is Suported with Python 3+

How to use

from zepl_logging import logging

logger = logging.Logging()

logger.base_config('your_zepl_token', notebook='notebook_name', organization='org_name')

#now you can use this logger to log anything like 

logger.info('Connected to Db!')
logger.debug('This is a debug message!')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zepl_logging-1.1.0.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

zepl_logging-1.1.0-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page