aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2020-07-04 03:28:02 +0200
committerTeddy Wing2020-07-04 03:28:02 +0200
commitab8b50d5b98ab071c5f70d929f1ca76f3faf71ca (patch)
treef4793dd662f6095f8c7c06f7c1a7f21a5f23b0a3 /Cargo.toml
parent4498c8fdf70b67bc65d2d44a32afa901f1594e51 (diff)
downloadfastcgi-conduit-ab8b50d5b98ab071c5f70d929f1ca76f3faf71ca.tar.bz2
server: Log errors
Provide a mechanism to get detailed error messages when 500 internal server errors happen. We don't want to expose any detailed error information to clients, but it would be useful for administrators to know the cause of any errors.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4d6eb50..60e1ece 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,4 +9,5 @@ conduit-router = "0.9.0-alpha.2"
fastcgi = "1.0.0"
http = "0.2.1"
Inflector = "0.11.4"
+log = "0.4.8"
snafu = "0.6.8"