1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-11-28 02:18:31 +00:00

Implemented proper logging, with support for file logging, timestamp and syslog (this last one is untested)

This commit is contained in:
Daniel García 2018-12-06 20:35:25 +01:00
commit 2fde4e6933
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
13 changed files with 146 additions and 29 deletions

View file

@ -5,3 +5,5 @@ dist: trusty # so we get a VM with higher specs
cache: cargo
rust:
- nightly
script:
- cargo build --verbose --all-features