Thread: pg_autovacuum
Hi! I run pg_autovacuum: ./pg_autovacuum -D but then I cannot find pg_autovacuum.log file. Where shoud I look for it? Thank you.
You also need to use -L to specify a location for the log file. By default pg_autovacuum just logs to STDERR, so if you daemonize the process (via -D), you won't be able to recover the output easily unless you explicitly select a log file location. -tfo On Sep 22, 2004, at 2:29 AM, Iulia Pacurar wrote: > Hi! > I run pg_autovacuum: > ./pg_autovacuum -D > but then I cannot find pg_autovacuum.log file. > Where shoud I look for it? > Thank you. > > ---------------------------(end of > broadcast)--------------------------- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
pg_autovacuum just writes to standard out unless you specify a log file on the command line. See pg_autovacuum -h for details. Matthew On Wed, 2004-09-22 at 03:29, Iulia Pacurar wrote: > Hi! > I run pg_autovacuum: > ./pg_autovacuum -D > but then I cannot find pg_autovacuum.log file. > Where shoud I look for it? > Thank you. > > ---------------------------(end of broadcast)--------------------------- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) >