mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
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:
parent
3112adea6f
commit
ceb5c85f56
@ -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`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user