[sheepdog] [PATCH v2 0/2] enhancing logging of sheep daemon

Hitoshi Mitake mitake.hitoshi at gmail.com
Sat Oct 19 16:35:32 CEST 2013


This patchset improves logging feature of sheep daemon.
1. changing loglevel at runtime via dog command
2. rotate log with SIGHUP

v2:
 - add a new subcommand "dog node loglevel list" for listing available
   loglevels

Thanks,
Hitoshi

Hitoshi Mitake (2):
  sheep, dog: runtime loglevel changing
  sheep: rotate log with SIGHUP

 CHANGELOG.md             |  9 ++++--
 dog/common.c             | 84 ++++++++++++++++++++++++++++++++++++++++++++++++
 dog/dog.h                |  5 +++
 dog/node.c               | 79 ++++++++++++++++++++++++++++++++++++++++++++-
 include/internal_proto.h |  2 ++
 include/logger.h         |  5 +++
 lib/logger.c             | 68 +++++++++++++++++++++++++++++++++++++--
 sheep/ops.c              | 43 +++++++++++++++++++++++++
 sheep/sheep.c            | 11 +++++++
 9 files changed, 301 insertions(+), 5 deletions(-)

-- 
1.8.1.2




More information about the sheepdog mailing list