Skip to content
Snippets Groups Projects
Commit 2b1dc29a authored by Simon Glass's avatar Simon Glass
Browse files

sandbox: Add a flag to set the default log level


It is useful to be able to set the default log level from the command line
when running sandbox. Add a new -L command-line flag for this. The log
level is set using the enum log_level_t in log.h. At present a number must
be specified, e.g. -L7 for debug.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 69bc15d5
No related branches found
No related tags found
Loading
Loading
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