php - Explain error log output type [debug], and what service is causing it -
did apt-get update , error logs flooded [debug] type output. i've never seen type of output, i'm having trouble figuring out start. have error reporting set e_all & ~e_deprecated & ~e_strict
sample log output:
2016/02/05 13:04:28 [debug] 2960#0: *7 http fastcgi record byte: 08 2016/02/05 13:04:28 [debug] 2960#0: *7 http fastcgi record byte: 00 2016/02/05 13:04:28 [debug] 2960#0: *7 http fastcgi record length: 8 2016/02/05 13:04:28 [debug] 2960#0: *7 http fastcgi sent end request 2016/02/05 13:04:28 [debug] 2960#0: *7 input buf 00007fbbe71a0f4d 79 2016/02/05 13:04:28 [debug] 2960#0: *7 pipe write downstream: 1 2016/02/05 13:04:28 [debug] 2960#0: *7 pipe write downstream flush in
Comments
Post a Comment