This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the log level in RemoveContainer to debug
RemoveContainer() is called before a VM is created and after a VM is deleted. This results in warning logs with container or task not found for the basic operations even when nothing wrong happened. The warning could be misleading. Move the `not found` logs in RemoveContainer() to debug level to avoid such confusion.
- Loading branch information