Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit d036c18

Browse files
committed
set default of access_log to false
1 parent 5477c9a commit d036c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/swoole_http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'public_path' => base_path('public'),
1616
// Determine if to use swoole to respond request for static files
1717
'handle_static_files' => env('SWOOLE_HANDLE_STATIC', true),
18-
'access_log' => env('SWOOLE_HTTP_ACCESS_LOG', true),
18+
'access_log' => env('SWOOLE_HTTP_ACCESS_LOG', false),
1919
// You must add --enable-openssl while compiling Swoole
2020
// Put `SWOOLE_SOCK_TCP | SWOOLE_SSL` if you want to enable SSL
2121
'socket_type' => SWOOLE_SOCK_TCP,

0 commit comments

Comments
 (0)