]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Graylog2 logging
authorMarcel Lauhoff <ml@irq0.org>
Fri, 3 Oct 2014 17:09:19 +0000 (19:09 +0200)
committerMarcel Lauhoff <lauhoff@uni-mainz.de>
Fri, 29 Jan 2016 14:32:47 +0000 (15:32 +0100)
commita483168a2f77c1c92d9e87ad05a5fda55cf4a1e2
tree56fb4a1ee745830d7f883ee0d86fcfd17a01cb43
parent6d860ba46c256709b77faadcec9d399f45aca1de
Graylog2 logging

Add graylog2 as logger target. Format log entries as GELF and send them via UDP to log server

New config options
 -  log_to_graylog
 -  err_to_graylog
 -  log_graylog_host
 -  log_graylog_port

[0] https://www.graylog2.org/resources/gelf

Signed-off-by: Marcel Lauhoff <ml@irq0.org>
configure.ac
src/common/Makefile.am
src/common/ceph_context.cc
src/common/config_opts.h
src/log/Log.cc
src/log/Log.h
src/test/Makefile.am