1
0
mirror of https://github.com/containers/youki synced 2024-11-23 01:11:58 +01:00
youki/crates
Eric Fang ebef6dba09
Introduce a log-level flag. (#2036)
* Implement `--log-level`

In short:

Propose the default log level for release to error
Keep the --debug flag and it sets the log level to debug
Introduce --log-level flag to set the log level
--debug flag will be ignored if --log-level flag is also set.
Keep the default log level for debug build to debug

Signed-off-by: yihuaf <yihuaf@unkies.org>

* minor fix to CI

Signed-off-by: yihuaf <yihuaf@unkies.org>

* move log-level to youki_extend

Signed-off-by: yihuaf <yihuaf@unkies.org>

* remove the workflow_dispatch trigger

Signed-off-by: yihuaf <yihuaf@unkies.org>

---------

Signed-off-by: yihuaf <yihuaf@unkies.org>
2023-06-17 21:56:49 +09:00
..
libcgroups bump oci-spec version to 0.6.1 2023-06-09 11:24:57 -07:00
libcontainer chore(deps): bump bitflags from 2.3.1 to 2.3.2 2023-06-14 01:12:27 +00:00
liboci-cli Introduce a log-level flag. (#2036) 2023-06-17 21:56:49 +09:00
youki Introduce a log-level flag. (#2036) 2023-06-17 21:56:49 +09:00
.gitignore Add makefiles to crates and rust-integration-test 2022-01-31 15:08:34 +05:30
justfile Replace Makefiles with Just (#1823) 2023-06-05 09:24:33 -07:00