Skip to content

Commit

Permalink
fix: typo in conf Server logs_types -> log_types (#183)
Browse files Browse the repository at this point in the history
* fix: typo in conf Server logs_types -> log_types

* fix: docs url address for #log-types
  • Loading branch information
FachrulCH committed Sep 15, 2020
1 parent fe7250c commit 4ac6df8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/remote_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ section in properties.cfg file::
password: SERVER_PASSWORD
video_enabled: false
logs_enabled: false
logs_types: all
log_types: all

enabled
~~~~~~~
Expand Down Expand Up @@ -60,7 +60,7 @@ logs_enabled
| *true*: webdriver and GGR logs are downloaded and saved to local files after test execution
| *false*: webdriver and GGR logs are downloaded and saved to local files only if the test fails
logs_types
log_types
~~~~~~~~~~
| Comma-separated list of webdriver log types that will be downloaded if remote test fails or if *logs_enabled* is true
|
Expand Down
4 changes: 2 additions & 2 deletions docs/tests_result_analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ the driver type, the webdriver will contain different log types, for instance, *
*performance*, *profiler*, *logcat*, *bugreport*, etc.

By default, when a test fails, toolium will download all log types available in current webdriver. But it can be also
configured to download only a set of log types setting the property `logs_types <https://toolium.readthedocs.io/en/latest/remote_configuration.html#logs-types>`_
configured to download only a set of log types setting the property `log_types <https://toolium.readthedocs.io/en/latest/remote_configuration.html#log-types>`_
in *[Server]* section in properties.cfg file ::

[Server]
logs_types: client,server
log_types: client,server

In order to download webdriver logs even if the test passes, configure the property `logs_enabled <https://toolium.readthedocs.io/en/latest/remote_configuration.html#logs-enabled>`_
in *[Server]* section in properties.cfg file ::
Expand Down
2 changes: 1 addition & 1 deletion toolium/test/conf/properties.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ host: localhost
port: 4444
video_enabled: false
logs_enabled: false
logs_types: all
log_types: all

[VisualTests]
enabled: false
Expand Down

0 comments on commit 4ac6df8

Please sign in to comment.