Highlight stack traces so you can glance at logs or the terminal to quickly get to the root of an issue.
Pipe output through glance to colorize tracebacks from stdin:
$ python examples/example.py 2>&1 | glanceOr read from a log file:
$ glance < examples/example.log