mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 21:45:55 +00:00
Merge pull request #40 from beyondcode/analysis-lKY3aQ
Apply fixes from StyleCI
This commit is contained in:
@@ -99,13 +99,13 @@ return [
|
|||||||
// "4*"
|
// "4*"
|
||||||
],
|
],
|
||||||
/**
|
/**
|
||||||
* | Skip response logging by HTTP response content type. Ex: "text/css"
|
* | Skip response logging by HTTP response content type. Ex: "text/css".
|
||||||
*/
|
*/
|
||||||
'content_type' => [
|
'content_type' => [
|
||||||
//
|
//
|
||||||
],
|
],
|
||||||
/**
|
/**
|
||||||
* | Skip response logging by file extension. Ex: ".js.map", ".min.js", ".min.css"
|
* | Skip response logging by file extension. Ex: ".js.map", ".min.js", ".min.css".
|
||||||
*/
|
*/
|
||||||
'extension' => [
|
'extension' => [
|
||||||
'.js.map',
|
'.js.map',
|
||||||
@@ -114,7 +114,7 @@ return [
|
|||||||
/**
|
/**
|
||||||
* | Skip response logging if response size is greater than configured value.
|
* | Skip response logging if response size is greater than configured value.
|
||||||
* | Valid suffixes are: B, KB, MB, GB.
|
* | Valid suffixes are: B, KB, MB, GB.
|
||||||
* | Ex: 500B, 1KB, 2MB, 3GB
|
* | Ex: 500B, 1KB, 2MB, 3GB.
|
||||||
*/
|
*/
|
||||||
'size' => '1MB',
|
'size' => '1MB',
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user