Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
set default of access_log to false
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Jan 13, 2019
1 parent 5477c9a commit d036c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/swoole_http.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'public_path' => base_path('public'),
// Determine if to use swoole to respond request for static files
'handle_static_files' => env('SWOOLE_HANDLE_STATIC', true),
'access_log' => env('SWOOLE_HTTP_ACCESS_LOG', true),
'access_log' => env('SWOOLE_HTTP_ACCESS_LOG', false),
// You must add --enable-openssl while compiling Swoole
// Put `SWOOLE_SOCK_TCP | SWOOLE_SSL` if you want to enable SSL
'socket_type' => SWOOLE_SOCK_TCP,
Expand Down

0 comments on commit d036c18

Please sign in to comment.