This commit is contained in:
Jonathan Lipps
2014-06-23 10:55:27 -07:00
parent ca20e2b4af
commit 393962710a
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ All flags are optional, but some are required in conjunction with certain others
|`-l`, `--pre-launch`|false|Pre-launch the application before allowing the first session (Requires --app and, for Android, --app-pkg and --app-activity)||
|`-lt`, `--launch-timeout`|90000|(iOS-only) how long in ms to wait for Instruments to launch||
|`-g`, `--log`|null|Also send log output to this file|`--log /path/to/appium.log`|
|`--log-level`|debug|log level (default: infozw)|`--log-level debug`|
|`--log-level`|debug|log level (default: debug)|`--log-level debug`|
|`--log-timestamp`|false|Show timestamps in console output||
|`--log-no-colors`|false|Don't use colors in console output||
|`-G`, `--webhook`|null|Also send log output to this HTTP listener|`--webhook localhost:9876`|

View File

@@ -152,7 +152,7 @@ var args = [
, dest: 'logLevel'
, required: false
, example: "debug"
, help: 'log level (default: infozw)'
, help: 'log level (default: debug)'
}],
[['--log-timestamp'], {