diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-04-06 20:45:13 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-04-06 20:45:13 +0900 |
commit | c55dad4be4249e53f0cee56500a6c0772fc85c35 (patch) | |
tree | 962a470d5ebee0da7ee7a8f8f54e5d938f05280e /buildstream/data | |
parent | 23edfe5d961136c2a22fd4c0939bb9dc0e9e3a14 (diff) | |
download | buildstream-c55dad4be4249e53f0cee56500a6c0772fc85c35.tar.gz |
data/userconfig.yaml: Change default logging to print full shas at init and bst show
This may be obnoxious for `bst show` purposes, which will now also print
the full artifact cache keys instead of nicely abbreviated ones, but it is a
more appropriate default for the heading of a build session.
This fixes issue #343
Diffstat (limited to 'buildstream/data')
-rw-r--r-- | buildstream/data/userconfig.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/data/userconfig.yaml b/buildstream/data/userconfig.yaml index b3e32f53e..6bb54ff9e 100644 --- a/buildstream/data/userconfig.yaml +++ b/buildstream/data/userconfig.yaml @@ -77,7 +77,7 @@ logging: # also determines the default display format for `bst show` element-format: | - %{state: >12} %{key} %{name} %{workspace-dirs} + %{state: >12} %{full-key} %{name} %{workspace-dirs} # Format string for all log messages. message-format: | |