mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-08 21:44:57 +00:00
Updated code so backtraces are logged also.
This commit is contained in:
parent
bcbe6177b8
commit
bd09fe1a3d
3 changed files with 51 additions and 2 deletions
|
@ -118,6 +118,9 @@ idna = "0.2.0"
|
|||
# CLI argument parsing
|
||||
structopt = "0.3.11"
|
||||
|
||||
# Logging panics to logfile instead stderr only
|
||||
backtrace = "0.3.45"
|
||||
|
||||
[patch.crates-io]
|
||||
# Use newest ring
|
||||
rocket = { git = 'https://github.com/SergioBenitez/Rocket', rev = 'b95b6765e1cc8be7c1e7eaef8a9d9ad940b0ac13' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue