Code Monkey home page Code Monkey logo

loghup's Introduction

loghup

loghup version 0.1

Usage: loghup [options] -- <command>

Options:
    -h         Show this help
    -o <path>  Log stdout to <path>
    -e <path>  Log stderr to <path>
    -s <sig#>  Trap <sig#> instead of SIGHUP (1)
    -f         Forward signal to child process

loghup execs <command> and captures its stdout and stderr at the paths specified by -o and -e respectively. When loghup receives a SIGHUP (or other signal specified by -s), it closes and reopens these log handles (useful for log rotation). If -f is specified, the signal is forwarded to the child process.

Note that is mainly useful for legacy apps that don't manage their own logging and/or only write to stdout/stderr. If you are writing something from scratch, consider using something like log4j.

Also note that there is a small overhead for copying log data over pipes that one could avoid entirely by logging directly to disk from your process.

Nevertheless, see the TODO section for some ideas that may make this program useful in other scenarios.

Build

$ make
$ make install # optional

TODO

  • Ability to open extra file descriptors for child proc to write to, e.g., stddebug, stdlol, etc.
  • A read-from-stdin mode
  • An option to tee to stdout/stderr in addition to log files
  • An option to disable signal trapping
  • Try the splice syscall instead of read/write if available

loghup's People

Contributors

adsr avatar

Stargazers

YoungChief avatar Alan D. Salewski avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

salewski

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.