]> git.ipfire.org Git - people/ms/u-boot.git/commit
log: Add a command to control the log output format
authorSimon Glass <sjg@chromium.org>
Thu, 28 Dec 2017 20:14:19 +0000 (13:14 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 3 Feb 2018 17:09:27 +0000 (10:09 -0700)
commitad0e503991f00650a979a788af7f6069b9d43383
tree24e79a6fa2fab246dfd950fc3665d38bd694dcb2
parentdeca50fbd594d9aa845fc724a1758a1f61011ddb
log: Add a command to control the log output format

Add a 'log format' command which can display or change the log output
format. This is useful for changing how much information is displayed. The
ordering of the fields is fixed.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/log.c