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 details)

Uploaded Source

File details

Details for the file collective.recipe.logger-0.1.0b1.zip.

File metadata

File hashes

Hashes for collective.recipe.logger-0.1.0b1.zip
Algorithm Hash digest
SHA256 1bf468fb84fa347898258d9d094c1d9c655a422f0468290c7e715f130c51565c
MD5 b92ca9d29c6ef8c0d721ed3fc1b1b455
BLAKE2b-256 49c2092efce688fc472a4c98c6de40ec0989252d21229e9a70dc33f4e6495339

See more details on using hashes here.

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