Skip to content
Snippets Groups Projects
Commit c55dad4b authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

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
parent 23edfe5d
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment