Closed igarny closed 6 months ago
so the logger configuration file is there, but is full of references to perl and none for python
>>>docker exec -it ps1 cat /etc/perfsonar/psconfig/psconfig-pscheduler-agent-logger.conf
log4perl.logger.perfSONAR_PS=INFO, A1
# uncomment to display log messages on the screen
#log4perl.appender.A1=Log::Dispatch::Screen
# uncomment to log via syslog
#log4perl.appender.A1=Log::Dispatch::Syslog
#log4perl.appender.A1.facility=local5
# comment to prevent logging to a file
log4perl.appender.A1=Log::Dispatch::FileRotate
# alter location of the log file below
log4perl.appender.A1.filename=/var/log/perfsonar/psconfig-pscheduler-agent.log
log4perl.appender.A1.max=7
log4perl.appender.A1.size=16777216
log4perl.appender.A1.mode=append
log4perl.appender.A1.permissions=sub{ 0644; }
log4perl.appender.A1.layout=Log::Log4perl::Layout::PatternLayout
log4perl.appender.A1.layout.ConversionPattern=%d %p pid=%P prog=%M line=%L %m%n
log4perl.logger.TaskLogger=INFO, A2
log4perl.appender.A2=Log::Dispatch::FileRotate
# alter location of the log file below
log4perl.appender.A2.filename=/var/log/perfsonar/psconfig-pscheduler-agent-tasks.log
log4perl.appender.A2.max=7
log4perl.appender.A2.size=16777216
log4perl.appender.A2.mode=append
log4perl.appender.A2.permissions=sub{ 0644; }
log4perl.appender.A2.layout=Log::Log4perl::Layout::PatternLayout
log4perl.appender.A2.layout.ConversionPattern=%d %p %m%n
log4perl.logger.TransactionLogger=INFO, A3
log4perl.appender.A3=Log::Dispatch::FileRotate
# alter location of the log file below
log4perl.appender.A3.filename=/var/log/perfsonar/psconfig-pscheduler-agent-transactions.log
log4perl.appender.A3.max=7
log4perl.appender.A3.size=16777216
log4perl.appender.A3.mode=append
log4perl.appender.A3.permissions=sub{ 0644; }
log4perl.appender.A3.layout=Log::Log4perl::Layout::PatternLayout
log4perl.appender.A3.layout.ConversionPattern=%d %p %m%n
Hi Andy
I see you have assigned the ticket to me.
I have no clear instruction on what to check about it, so I rebuilt everything following the guide.
using /etc/apt/sources.list.d/perfsonar-5.1-snapshot.list
Now the system operates well and the change that I see is the LOGGER config file had been renamed.
NOW psconfig
responds upon requests
STILL my observation is: the perl references in the LOGGER config remain.
it is SAFE to close the ticket
the issue had been fully addressed and static files on my side have confused me in my findings
pSconfig service is not operational
On my attempt to manually start it
configparser.MissingSectionHeaderError: File contains no section headers.
When starting without Logger