diff options
author | Yaohan Chen <yaohan.chen@gmail.com> | 2014-04-01 12:58:14 -0400 |
---|---|---|
committer | Yaohan Chen <yaohan.chen@gmail.com> | 2014-04-01 12:58:14 -0400 |
commit | fdf038fddf458702d670ad204eba769b41b10903 (patch) | |
tree | 98f8f0a09a2c12815e50b7bd4499dcec64d91dea /README | |
parent | fff04d5a4aa157bb2ca6c259dd191eac51b62951 (diff) | |
download | hib-dlagent-fdf038fddf458702d670ad204eba769b41b10903.tar.gz hib-dlagent-fdf038fddf458702d670ad204eba769b41b10903.zip |
Add an option to turn on logging
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ Troubleshooting Extracting URLs from Humble Bundle's mostly dynamically-generated website can be error-prone, and time consuming. Currently it can take about 20 seconds for the script to run. If the script fails or gets stuck, it may help to turn on logging -by setting the LOG environment variable to a non-empty value. +by with the -l option. It is also possible to turn on PhantomJS's debug output with '-j --debug=true', but note that this output is very verbose and targeted to developers, and it may |