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 5 months ago
Required feature list :
[X] Check if ws container is running only then continue with log collection
[X] Copy all log files from ws and ts container
[X] Copy data files from ws to data folder
[ ] Colled log files from Postgres DB container Important note: DB Postgres container logging by default is disabled to enable follow these steps
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