1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 14:57:01 +00:00

add logger for example

This commit is contained in:
Dominic 2019-09-27 15:56:08 +02:00
parent d5c0ebde70
commit 595705ee31
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
3 changed files with 63 additions and 3 deletions

View file

@ -28,3 +28,4 @@ serde_json = "1"
[dev-dependencies]
fake = "2.2"
log = "0.4"
log4rs = { version = "0.8", features = ["console_appender"], default-features = false }