Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@matomo.org>2019-11-03 22:06:32 +0300
committersgiehl <stefan@matomo.org>2019-11-03 22:06:32 +0300
commite9d5708e3b336b9204c47a80a323f357af60cf01 (patch)
tree75b73f1c52233c82ca3aebe4435478cf60338361 /tests/README.md
parent49f3abc69425a5fa1b241f4c2f8ee84838adc8f9 (diff)
Updates travis.yml to use correct log file
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md
index 9216479126..944bac3037 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -151,7 +151,7 @@ You can retrieve the files generated during the build (the build artifacts) at [
### Test logs on CI
-By default tests running on Travis CI will log all messages of at least `INFO` level in `$PIWIK_ROOT_DIR/tmp/logs/piwik.log`. In a given travis build output, you can view the logs by clicking on the line `$ cat $PIWIK_ROOT_DIR/tmp/logs/piwik.log` at the end of the build output text.
+By default tests running on Travis CI will log all messages of at least `INFO` level in `$PIWIK_ROOT_DIR/tmp/logs/piwik.log`. In a given travis build output, you can view the logs by clicking on the line `$ cat $PIWIK_ROOT_DIR/tmp/logs/matomo.log` at the end of the build output text.
Note: `DEBUG` and `VERBOSE` messages are not logged by default (to keep Travis page loading fast). At any time you can temporarirly enable logging by [modifying this file](https://github.com/matomo-org/matomo/blob/master/tests/PHPUnit/config.ini.travis.php#L23-27) and changing `log_level = info` to `log_level = debug` or `log_level = verbose`.