some "error" in stderr.log even after RAM upgrade

semprot

Well-Known Member
#1
I have just upgraded my RAM however i see that my "stderr.log" still grows.
I have compared the time of the occurence with the "error_log" file and i see that when i have this line in stderr.log :

Code:
2014-04-19 08:50:01.003 [STDERR] Child process with pid: 23411 was killed by signal: 15, core dump: 0
I have these 2 lines on the error_log
Code:
2014-04-19 08:50:00.851 [INFO] [8.xxx.xxx.205:40545-0#APVH_xxx.com] Abort request processing by PID:23411, kill: 0, begin time: 0, sent time: 0, req processed: 469
2014-04-19 08:50:01.000 [INFO] [CLEANUP] Send signal: 10 to process: 23411
What is the conclusion? and how can i avoid this on the future?
 

NiteWave

Administrator
#2
Hi those message are [INFO]. not error or warning at all.
you can change the log level so that those message not write to error_log/stderr.log
lsws web admin->Server->Log->Log Level: DEBUG ==>NOTICE
 
Top