This project is mirrored from https://gitee.com/mirrors/nomad.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 05 Oct, 2020 1 commit
  2. 10 Dec, 2019 1 commit
  3. 05 Nov, 2019 2 commits
    • Drew Bailey's avatar
      moving endpoints over to frames · 9a96c10d
      Drew Bailey authored
      9a96c10d
    • Drew Bailey's avatar
      Adds nomad monitor command · 74cfdf55
      Drew Bailey authored
      Adds nomad monitor command. Like consul monitor, this command allows you
      to stream logs from a nomad agent in real time with a a specified log
      level
      
      add endpoint tests
      
      Upgrade go-hclog to latest version
      
      The current version of go-hclog pads log prefixes to equal lengths
      so info becomes [INFO ] and debug becomes [DEBUG]. This breaks
      hashicorp/logutils/level.go Check function. Upgrading to the latest
      version removes this padding and fixes log filtering that uses logutils
      Check
      74cfdf55