Skip to main content

This recipe logs an information into storage. It's a part of https://github.com/potar/dagger

Project description

Introduction

This recipe creates the program daemon (logger) which is listening to the socket. It generates logs in an appropriate format (JSON, CSV, PICKLE).

Example usage

The simplest way to use this recipe is to add it to your buildout.cfg like this:

[buildout]
parts = logger

[logger]
recipe = collective.recipe.logger

Go to collective/recipe/logger/README.rst to see more details.

Development

Supported options

The recipe supports the following options (none of which are needed by default):

ip

It’s a host ip. Default value: localhost

port

It’s an application (daemon) port. Default value: 8090 (DEFAULT_TCP_LOGGING_PORT)

maxlen

It’s a circular buffer size. Default value: 100. It means that you can store 100 records into storage.

mode

It’s file mode bits which is intended to the file storage. Default value: 0644

format

It’s a storage type. Options: ‘csv’, ‘json’, ‘pickle’. Default value: ‘json’

eggs

It sets up additional products. They help serialize objects. For example, your object will not be a standard python collection so you need an appropriate class for this object. If you use Plone I recommend you set up eggs = ${instance:eggs}

Notes

  • A storage filename is generated by id_generator (src/collective/recipe/logger/utils.py).

Contributors

Taras Poburynnyi (potar), Author

Changelog

0.1.0b1

  • Initial release

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

collective.recipe.logger-0.1.0b1.zip (22.0 kB view hashes)

Uploaded Source

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