Actions
Bug #31779
closedforeman-installer proposes --verbose-log-level but doesn't mention level
Difficulty:
Triaged:
No
Bugzilla link:
Description
Description of problem:
satellite-installer --enable-foreman-plugin-rh-cloud --foreman-proxy-plugin-remote-execution-ssh-install-key true --verbose-log-level 2021-01-25 15:33:17 [NOTICE] [pre_migrations] Executing hooks in group pre_migrations 2021-01-25 15:33:17 [NOTICE] [pre_migrations] All hooks in group pre_migrations finished 2021-01-25 15:33:17 [NOTICE] [boot] Executing hooks in group boot 2021-01-25 15:33:17 [NOTICE] [boot] All hooks in group boot finished 2021-01-25 15:33:17 [NOTICE] [init] Executing hooks in group init 2021-01-25 15:33:17 [NOTICE] [init] All hooks in group init finished 2021-01-25 15:33:17 [NOTICE] [root] Loading default values from puppet modules... 2021-01-25 15:33:25 [NOTICE] [root] ... finished 2021-01-25 15:33:25 [NOTICE] [pre_values] Executing hooks in group pre_values 2021-01-25 15:33:25 [NOTICE] [pre_values] All hooks in group pre_values finished 2021-01-25 15:33:27 [NOTICE] [pre_validations] Executing hooks in group pre_validations 2021-01-25 15:33:28 [NOTICE] [pre_validations] All hooks in group pre_validations finished 2021-01-25 15:33:28 [NOTICE] [root] Running validation checks 2021-01-25 15:33:28 [NOTICE] [pre_commit] Executing hooks in group pre_commit Package versions are locked. Continuing with unlock. 2021-01-25 15:33:34 [NOTICE] [pre_commit] All hooks in group pre_commit finished 2021-01-25 15:33:34 [NOTICE] [pre] Executing hooks in group pre 2021-01-25 15:33:41 [NOTICE] [pre] All hooks in group pre finished 2021-01-25 15:33:41 [NOTICE] [configure] Starting system configuration. The total number of configuration tasks may increase during the run. Observe logs or specify --verbose-log-level to see individual configuration tasks. ...
One might expect to run the command like which works but doesn't do anything different:
# foreman-installer --enable-foreman-plugin-rh-cloud --foreman-proxy-plugin-remote-execution-ssh-install-key true --verbose-log-level
The level needs to be specified:
# foreman-installer --full-help | grep verbose -v, --[no-]verbose Display log on STDOUT instead of progressbar (default: true) -l, --verbose-log-level LEVEL Log level for verbose mode output (default: "notice")
For example:
# foreman-installer --enable-foreman-plugin-rh-cloud --foreman-proxy-plugin-remote-execution-ssh-install-key true --verbose-log-level debug
Version-Release number of selected component (if applicable):
Foreman 2.3
Actual results:
Using the parameter as proposed does nothing
Expected results:
Adding something like:
The total number of configuration tasks may increase during the run. Observe logs or specify --verbose-log-level <LEVEL> to see individual configuration tasks.
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to William Clark
- Pull request https://github.com/theforeman/kafo/pull/321 added
Updated by Ewoud Kohl van Wijngaarden over 4 years ago
- Subject changed from satellite-installer proposes --verbose-log-level but doesn't mention level to foreman-installer proposes --verbose-log-level but doesn't mention level
- Description updated (diff)
Updated by William Clark over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 748201cc4d300b279973e95fd495c461310f54f8.
Updated by The Foreman Bot over 4 years ago
- Pull request https://github.com/theforeman/kafo/pull/322 added
Actions