Can I change the log level at runtime? For example, if I have a flag --debug then set DebugLevel.
I'm using urfave/cli (formerly codegangsta/cli) to access flags.
logrus.SetLevel( ... )
@mrichman please close this issue as your question has been answered.
Most helpful comment
logrus.SetLevel( ... )