GithubHelp home page GithubHelp logo

log-4's Introduction

log: Simple wrapper for logrus

logrus by default outputs everything to stderr which makes Infof, Debugf messages appear to be error messages.

This package provides only the following:

  • Sends Info, Debug, Infof, Debugf messages to stdout.
  • Sends Error, Errorf messages to go stderr.
  • Allow the set the log level.

All other things are not supported. PRs are welcome!

Example: https://github.com/rancher/log-example

Dynamically change loglevel

server

This repo has a package thats runs a http server over a unix socket, using which the log level can be controlled.

client

There is also a client binary available that can be used to change the log level. https://github.com/rancher/loglevel

# To get the current log level
loglevel

# To change the log level to debug
logevel --set debug

# To change it back to info
loglevel --set info

# To set it to show only errors
loglevel --set error

log-4's People

Contributors

leodotcloud avatar

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.