Skip to content

Commit 0cd5355

Browse files
committed
Merge branch 'hotfix/todo-list'
2 parents adce1c8 + 2e5e54e commit 0cd5355

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Log HTTP requests
1+
# Log HTTP requests, headers and session data
22
[![Latest Stable Version](https://poser.pugx.org/chelout/laravel-http-logger/v/stable)](https://packagist.org/packages/chelout/laravel-http-logger)
33
[![Total Downloads](https://poser.pugx.org/chelout/laravel-http-logger/downloads)](https://packagist.org/packages/chelout/laravel-http-logger)
44
[![License](https://poser.pugx.org/chelout/laravel-http-logger/license)](https://packagist.org/packages/chelout/laravel-http-logger)
55

6-
This package provides a middleware to log incoming http requests data (body data, headers and session data). It utilizes [Laravel 5.6 logging servises](https://laravel.com/docs/5.6/logging) functionality.
6+
This package provides a middleware to log incoming http requests data (body data, headers and session data). It utilizes [Laravel 5.6 logging services](https://laravel.com/docs/5.6/logging) functionality.
77
This package might be useful to log user requests to public apis.
88

99
## Installation
@@ -150,6 +150,12 @@ return [
150150
];
151151
```
152152

153+
### Todo
154+
- tests
155+
- log file uploads
156+
- log git data?
157+
- log memory usage?
158+
153159

154160
### Testing
155161

0 commit comments

Comments
 (0)