mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 08:32:45 -05:00
[PR #2577] [MERGED] Small change in log-level for better debugging #2979
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/2577
Author: @BlackDex
Created: 6/26/2022
Status: ✅ Merged
Merged: 6/26/2022
Merged by: @dani-garcia
Base:
main← Head:log-level-adjustment📝 Commits (1)
45d3b47Small change in log-level for better debugging📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/main.rs(+1 -1)📄 Description
Regarding some recent issues with sending attachments, but previously
also some changes to the API for example which could cause a
400errorit just returned that there is something wrong, but not to much details
on what exactly.
To help with getting a bit more detailed information, we should set the
log-level for
_to at leastWarn.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.