-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make lease functions less chatty
Without this change, the consule would be filled with "failed to release lease: lease not found" even if flyctl couldn't acquire one lease. ``` Updating existing machines in '...' with bluegreen strategy WARN failed to acquire lease: failed to get lease on VM e7843075ad2408: request returned non-2xx status: 408: WARN failed to release lease for machine 178122df9672d8: lease not found WARN failed to release lease: lease not found WARN failed to release lease for machine 7811772a5d7698: lease not found WARN failed to release lease: lease not found WARN failed to release lease for machine e286076f933508: lease not found WARN failed to release lease: lease not found ... ```
- Loading branch information
Showing
2 changed files
with
24 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters