View Issue Details

IDProjectCategoryView StatusLast Update
0000631Pgpool-IIGeneralpublic2020-09-14 14:39
Reportergopivalusa Assigned Topengbo  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
PlatformLINUXOSRHELOS Version7
Product Version3.7.11 
Summary0000631: pgpool activities not recording in pgppol.log
DescriptionBecause of the increased size of pgpool.log file we tried various options to create new log file.
We have stopped the pgpool service and then tried below options.

1) Stopped the pgpool service and renamed the existing log file, after that started the service. After starting the service pgpool activities are logging in new renamed log file only.

2) Then we stopped service and used gzip in linux so that log file was disappeared by creating pgpool.log.gz file. After that when starting the pgpool service, activities are not logging to pgpool.log nor messages whereas pgpool service is running.

Please help, how to make logging again to pgpool.log file.
Thanks in advance.
Steps To Reproduce1) Stopped the pgool service.
2) gzip pgpool.log or move pgpool.log file to other location from default pgpool location.
3) Started the pgpool service.
4) Now pgpool activities are not recording in pgpool.log nor messages file.
Additional InformationPlease help me to ensure pgpool activities are again logging to ~/pgpool.log.
Tagslogging

Activities

pengbo

2020-08-10 21:09

developer   ~0003466

rsyslog has been opening the old log file which is compressed.
After you compressed log file, you need to send signal to rsyslog to reopen the new file.

Run the following command:

    # /bin/kill -HUP `cat /var/run/syslogd.pid`

administrator

2020-09-01 09:49

administrator   ~0003555

Have you resolved this issue?
If you have resolved this issue, I am going to close this one.

pengbo

2020-09-14 14:39

developer   ~0003564

Close issue.

Issue History

Date Modified Username Field Change
2020-08-10 14:05 gopivalusa New Issue
2020-08-10 14:05 gopivalusa Tag Attached: logging
2020-08-10 21:09 pengbo Note Added: 0003466
2020-08-10 21:09 pengbo Assigned To => pengbo
2020-08-10 21:09 pengbo Status new => feedback
2020-09-01 09:49 administrator Note Added: 0003555
2020-09-14 14:39 pengbo Status feedback => closed
2020-09-14 14:39 pengbo Note Added: 0003564