fix minor error in docs about logfile location (#761)

The default logfile location seems to be `/tmp/pgloader/pgloader.log`,
not `/tmp/pgloader.log` as currently documented. This is observable in
practice and also in [the source
code](5b227200a9/src/main.lisp (L110)).
This commit is contained in:
Andy Chosak 2018-03-13 05:37:48 -04:00 committed by Dimitri Fontaine
parent 3112adea6f
commit ceb5c85f56

View File

@ -104,7 +104,7 @@ Those options are meant to tweak `pgloader` behavior when loading data.
* `-L`, `--logfile`
Set the pgloader log file (default to "/tmp/pgloader.log").
Set the pgloader log file (default to "/tmp/pgloader/pgloader.log").
* `--log-min-messages`