From ceb5c85f5684346d849249ffc88a29260ca48712 Mon Sep 17 00:00:00 2001 From: Andy Chosak Date: Tue, 13 Mar 2018 05:37:48 -0400 Subject: [PATCH] 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](https://github.com/dimitri/pgloader/blob/5b227200a9525050ce60e44e2bc899a3c2b1f018/src/main.lisp#L110). --- docs/pgloader.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pgloader.rst b/docs/pgloader.rst index 8f17301..18a88ac 100644 --- a/docs/pgloader.rst +++ b/docs/pgloader.rst @@ -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`