1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-27 17:52:56 +01:00
actix-web/src
Rotem Yaari d03296237e Log error results in Logger middleware (closes #938) (#984)
* Log error results in Logger middleware (closes #938)

* Log internal server errors with an ERROR log level

* Logger middleware: don't log 500 internal server errors, as Actix now logs them always

* Changelog
2019-07-18 14:31:18 +06:00
..
middleware Log error results in Logger middleware (closes #938) (#984) 2019-07-18 14:31:18 +06:00
types nightly clippy warnings 2019-07-17 15:53:51 +06:00
app_service.rs nightly clippy warnings 2019-07-17 15:53:51 +06:00
app.rs nightly clippy warnings 2019-07-17 15:53:51 +06:00
config.rs nightly clippy warnings 2019-07-17 15:53:51 +06:00
data.rs Expose factory traits and some clippy fixes (#983) 2019-07-17 12:58:42 +06:00
error.rs rename PathPayloadError and test for path config 2019-06-12 17:02:45 +06:00
extract.rs cleanup deprecation warning for Box<dyn> 2019-07-17 11:44:39 +06:00
guard.rs nightly clippy warnings 2019-07-17 15:53:51 +06:00
handler.rs Expose factory traits and some clippy fixes (#983) 2019-07-17 12:58:42 +06:00
info.rs clippy warnings 2019-07-17 15:08:30 +06:00
lib.rs clippy warnings 2019-07-17 15:08:30 +06:00
request.rs expose app's ResourceMap via resource_map method 2019-07-17 11:33:05 +06:00
resource.rs nightly clippy warnings 2019-07-17 15:53:51 +06:00
responder.rs cleanup deprecation warning for Box<dyn> 2019-07-17 11:44:39 +06:00
rmap.rs Expose factory traits and some clippy fixes (#983) 2019-07-17 12:58:42 +06:00
route.rs nightly clippy warnings 2019-07-17 15:53:51 +06:00
scope.rs nightly clippy warnings 2019-07-17 15:53:51 +06:00
server.rs clippy warnings 2019-07-17 15:08:30 +06:00
service.rs nightly clippy warnings 2019-07-17 15:53:51 +06:00
test.rs clippy warnings 2019-07-17 15:08:30 +06:00
web.rs unify route and app data, it allows to provide global extractor config #775 2019-05-04 19:43:49 -07:00