Skip to content

Commit bc1db7a

Browse files
committed
linting
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent ef9a6dc commit bc1db7a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/book/v4/extra/cookie.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Looking at `dot-errorhandler`'s config file, the array found at `CookieProvider::class` allows you to configure the behaviour of this provider:
44

5-
* **enabled**: enabled/disable this provider
6-
* **processor**: an array configuring the data processor to be used by the **CookieProvider**:
7-
* **class**: data processor class implementing `Dot\ErrorHandler\Extra\Processor\ProcessorInterface`
8-
* **replacementStrategy**: whether to replace specific cookie values completely or partially
9-
* **sensitiveParameters**: an array of cookies names that may contain sensitive information so their value should be masked partially/completely
5+
- **enabled**: enabled/disable this provider
6+
- **processor**: an array configuring the data processor to be used by the **CookieProvider**:
7+
- **class**: data processor class implementing `Dot\ErrorHandler\Extra\Processor\ProcessorInterface`
8+
- **replacementStrategy**: whether to replace specific cookie values completely or partially
9+
- **sensitiveParameters**: an array of cookies names that may contain sensitive information so their value should be masked partially/completely
1010

1111
## Configure provider
1212

docs/book/v4/log-files.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ By default, log activities are formatted with JSON, so each row should be a deco
99

1010
Each row in a log file should contain the following values:
1111

12-
* **timestamp**: string representation of the date and time when the error occurred
13-
* **priority**: numeric representation of the error level
14-
* **priorityName**: string representation of the error level
15-
* **message**: error message describing the error
16-
* **extra**: an array of extra information that may help the developer debug the error:
17-
* **file**: the file in which the error occurred
18-
* **line**: the line from **file** where the error occurred
12+
- **timestamp**: string representation of the date and time when the error occurred
13+
- **priority**: numeric representation of the error level
14+
- **priorityName**: string representation of the error level
15+
- **message**: error message describing the error
16+
- **extra**: an array of extra information that may help the developer debug the error:
17+
- **file**: the file in which the error occurred
18+
- **line**: the line from **file** where the error occurred
1919

2020
By leveraging `dot-errorhandler`'s extra providers, you can also log additional request parameters.
2121
Learn more about what additional parameters are available on the [extra data](extra/introduction.md) page.

0 commit comments

Comments
 (0)