Skip to main content

File logs for Sloth CI apps

Project description

Add file logging to Sloth CI apps.

You can customize your logging in a number of ways: set the output dir and filename, set log level and format, toggle and configure log rotation.


Installation
------------

.. code-block:: bash

$ pip install sloth-ci.ext.file_logs


Usage
-----

.. code-block:: yaml
:caption: file_logs.yml

extensions:
logs:
# Use the module sloth_ci.ext.file_logs.
module: file_logs

# Set the log path. Default is the current dir.
path: debug_logs

# Log filename. If not given, the app's listen point is used.
filename: test_debug.log

# Log level (number or valid Python logging level name).
level: DEBUG

# Log format (refer to the https://docs.python.org/3/library/logging.html#logrecord-attributes).
# By default, this format is used:
# format: '%(asctime)s | %(name)30s | %(levelname)10s | %(message)s'

# Make logs rotating. Default is false.
# rotating: true

# If rotating, maximum size of a log file in bytes.
# max_bytes: 500

# If rotating, maximum number or log files to keep.
# backup_count: 10

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

sloth-ci.ext.file_logs-1.1.3.zip (5.2 kB view hashes)

Uploaded Source

Built Distributions

sloth_ci.ext.file_logs-1.1.3-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

sloth-ci.ext.file_logs-1.1.3.win-amd64.exe (141.4 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