commit | 63368beaba164d977d7ee57244d12b143661a014 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Jun 24 03:02:39 2020 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Fri Jun 26 10:31:07 2020 -0700 |
tree | d849a53bc6f5e49e4101b4f935400291d8966544 | |
parent | 3d246cced8c6a76c545d85dbe4a2261a853ee0a7 [diff] |
modprobe: add -s/--syslog flag There is a desire to ensure that modprobe as a service can log to kmesg to help triage issues, so add support for the -s or --syslog flag to do so. SideEffects: - help goes to stdout instead of stderr. - verbose flag once, sets DEBUG, twice, sets VERBOSE minimum. - quiet flag sets WARNING minimum. Bug: 159424228 Bug: 151950334 Test: use modprobe as a service to load modules, check logs Change-Id: I884995f364b0fc604861797eb90d7225a372f864