## 🚀 Feature Currently Lightning prints: ``` [lightning][INFO] - Saving latest checkpoint... ``` when running training with `ModelCheckpoint(verbose=False)`. Not sure if it's a bug or intended... Can we make it to not log that when passing `verbose=False`?