1. 22 Mar, 2018 2 commits
    • Merge pull request #2230 from tych0/drop-log-whitespace · dad96df8
      Christian Brauner authored
      remove leading whitespace from log files
    • remove leading whitespace from log files · 512845bc
      Tycho Andersen authored
      This has annoyed me for a long time, 3.0 seems like the time to fix it :).
      
      I think the way that the log prefix was intended to be used was perhaps a
      dynamic prefix per file, but we don't do that today; we include the
      filename later in the log message. Instead, we use it as the tool name,
      which for liblxc is always "lxc", but could also be things like
      "lxc-cgroup" or whatever. There is absolutely no reason to pad this, since
      it is always the same for every log file (in fact, we could probably get
      rid of the prefix all together, but that seems slightly more drastic).
      
      Instead, let's just drop this padding. Hopefully this will save thousands
      of hours of slight annoyance and right scrolling in various pastebins.
      Signed-off-by: 's avatarTycho Andersen <tycho@tycho.ws>
  2. 19 Mar, 2018 4 commits
  3. 16 Mar, 2018 4 commits
  4. 15 Mar, 2018 8 commits
  5. 14 Mar, 2018 6 commits
  6. 13 Mar, 2018 4 commits
  7. 12 Mar, 2018 2 commits
  8. 09 Mar, 2018 2 commits
  9. 03 Mar, 2018 2 commits
  10. 02 Mar, 2018 6 commits