I have done the following
Steps to reproduce
Run container system start.
Problem description
The "Verifying machine API server is running..." should be logged at info level.
In the case where the kernel needs to be installed, the "No default kernel configured." should be logged at warning level.
Using the log object ensures log output goes to stdout. Only result set info related resource management operations should go to stdout (with the exception that this information geso to standard error if a command produces binary data output on stdout; see #1804).
Environment
- OS: 26
- Xcode: 26
- Container: main
Code of Conduct
I have done the following
Steps to reproduce
Run
container system start.Problem description
The
"Verifying machine API server is running..."should be logged at info level.In the case where the kernel needs to be installed, the
"No default kernel configured."should be logged at warning level.Using the
logobject ensures log output goes to stdout. Only result set info related resource management operations should go to stdout (with the exception that this information geso to standard error if a command produces binary data output on stdout; see #1804).Environment
Code of Conduct