Обсуждение: log file for pg_autovacuum

Поиск
Список
Период
Сортировка

log file for pg_autovacuum

От
Iulia Pacurar
Дата:
This is how my script to launch pg_autovacuum looks like:

#!/bin/bash
/usr/bin/pg_autovacuum -D -s 10 -L /home/iulia/log.log

After I execute it, the log.log file is created but is empty.
What is the problem?
Thank you!