Skip to content

Commit d51fe73

Browse files
Merge pull request #183 from amd/automated-plugin-docs-update
docs: Update plugin documentation [automated]
2 parents 8b8bc8f + f42ea32 commit d51fe73

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ usage: cli.py [-h] [--version] [--sys-name STRING]
8181
[--plugin-configs [STRING ...]] [--system-config STRING]
8282
[--connection-config STRING] [--log-path STRING]
8383
[--log-level {CRITICAL,FATAL,ERROR,WARN,WARNING,INFO,DEBUG,NOTSET}]
84-
[--gen-reference-config] [--skip-sudo]
84+
[--no-console-log] [--gen-reference-config] [--skip-sudo]
8585
{summary,run-plugins,describe,gen-plugin-config,compare-runs,show-redfish-oem-allowable}
8686
...
8787

@@ -124,6 +124,11 @@ options:
124124
to disable logging (default: .)
125125
--log-level {CRITICAL,FATAL,ERROR,WARN,WARNING,INFO,DEBUG,NOTSET}
126126
Change python log level (default: INFO)
127+
--no-console-log Write logs only to nodescraper.log under the run
128+
directory; do not print to stdout. If no run log
129+
directory would be created (e.g. --log-path None),
130+
uses ./scraper_logs_<host>_<timestamp>/ like the
131+
default layout. (default: False)
127132
--gen-reference-config
128133
Generate reference config from system. Writes to
129134
./reference_config.json. (default: False)

0 commit comments

Comments
 (0)