Skip to content

Commit

Permalink
fix: update php log_level
Browse files Browse the repository at this point in the history
  • Loading branch information
daflyinbed authored Apr 28, 2024
1 parent 906b683 commit 10fc973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/config/php-fpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; Log level
; Possible Values: alert, error, warning, notice, debug
; Default Value: notice
;log_level = warning
log_level = warning
[www]
access.log =

Expand Down Expand Up @@ -137,4 +137,4 @@ pm.status_path = /php-status
; does not stop script execution for some reason. A value of '0' means 'off'.
; Available units: s(econds)(default), m(inutes), h(ours), or d(ays)
; Default Value: 0
request_terminate_timeout = 30
request_terminate_timeout = 30

0 comments on commit 10fc973

Please sign in to comment.