Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 460 Bytes

File metadata and controls

16 lines (11 loc) · 460 Bytes

GLOG

A nice journalctl aggregation logger using CHARM's Log

GO

How to build

  1. Make sure you have Go installed
  2. Run Go build
  3. Run go list -f '{{.Target}}'
  4. Copy that path (minus /glog) to your GOBIN variable with go env -w GOBIN=/path/to/your/bin
  5. Run go install
  6. Run glog, enjoy

If stuck, follow the details here