Hi Guys
I have a log in VAR/log called test.log
It is really big, and when i delete it, it start again. How can i locate the log what it is ?
There is a lot like :
Hello,
Please check your source code, where you define that log file "test.log". If you do not need that log you comment out that line.
I.e.
$writer = new \Zend\Log\Writer\Stream(BP . '/var/log/test.log');
Please click on kudos and mark as solution if it will work. Cheers coding
It seems that a product collection data is added in the test.log file somewhere in your code.
Try to search this text "test.log" in your files and remove that line which is causing this log entry.
You can search this text using ssh as given below
grep -r -H "test.log" app/