vfedotovs / sslv_web_scraper

ss.lv web scraping app helps automate information scraping and filtering from classifieds and emails results and stores scraped data in database
GNU General Public License v3.0
5 stars 3 forks source link

FEAT: Improve collect_logs.sh #264

Closed vfedotovs closed 4 months ago

vfedotovs commented 4 months ago

Required feature list :

Navigate to the PostgreSQL data directory

cd /var/lib/postgresql/data

Open the PostgreSQL configuration file

vi postgresql.conf

Look for and adjust logging settings as needed

For example, set log_directory to 'pg_log' and enable logging_collector

log_directory = 'pg_log'

logging_collector = on

vfedotovs commented 4 months ago

Resolved in 4052b6e