'Unwanted header information added to error_log output

This morning, I'm getting a lot of extra information in my error_log output that I wasn't getting yesterday:

[Tue May 03 09:39:06.802408 2022] [php7:notice] [pid 126080] [client ::1:57992] ACTUAL TEXT HERE, referer: http://localhost/index.php

Specifically, [php7:notice] [pid 126080] [client ::1:57992] and , referer: http://localhost/index.php are the new information

I have no idea what I changed to add this content, but I need to change it back and get rid of this content. What setting affects the content that is sent to each line in error_log?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source