statsd_exporter/vendor/github.com/prometheus/log/README.md

11 lines
438 B
Markdown
Raw Normal View History

2016-05-03 17:25:23 +00:00
# Prometheus Logging Library
**Deprecated: This repository is superseded by [common/log](https://github.com/prometheus/common/tree/master/log).**
Standard logging library for Go-based Prometheus components.
This library wraps
[https://github.com/Sirupsen/logrus](https://github.com/Sirupsen/logrus) in
order to add line:file annotations to log lines, as well as to provide common
command-line flags for Prometheus components using it.