Skip to main content

Python library for configuring logs in the FIAAS way

Project description

Build Badge Codacy Badge

This library configures logging according to the current FIAAS recomended format.

Usage:

from fiaas_logging import init_logging

init_logging(format="json")

This would configure your application to emit JSON formatted logs on STDOUT.

Available options (all are keyword arguments to init_logging):

Key

Possible values

Meaning

format

json/plain

Select either JSON logging, or plain text logging

debug

True/False

Enable debug logging

The plain format contains the fields timestamp, level name, message, logger name, and thread name. In the json format, there are more fields, with more detail. The fields in the json output are:

Name

Meaning

@timestamp

Timestamp of message

@version

Version, legacy field to support ELK stack at FINN (to be removed?)

LocationInfo

A structure describing the code location that logged this message

message

The actual log message

extras

A structure containing extra fields. Used for thread context

throwable

A formatted stacktrace if the log message is the result of an exception

Changes since last version

  • 7d96bdc: Add pip cache to gitignore

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

fiaas-logging-0.1.1.tar.gz (12.8 kB view hashes)

Uploaded Source

Built Distribution

fiaas_logging-0.1.1-py2.py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 2 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