Skip to main content
Version: 1.3

Colorlog plugin

PyPI PyPI - License PyPI - Python Version PyPI - DownloadsΒ Example (Click Here)Β Example (Click Here)

Adds colorlog colored logs for hydra/job_logging and hydra/hydra_logging.

Installation​

pip install hydra_colorlog --upgrade

Usage​

Override hydra/job_logging and hydra/hydra_logging in your config:

defaults:
- override hydra/job_logging: colorlog
- override hydra/hydra_logging: colorlog

There are several standard approaches for configuring plugins. Check this page for more information.

See included

example application
.

Colored log output