I know you can create a list of loggers and pass it to the trainer, however creating a tensorboard logger and an mlflow logger isn’t giving me what I want.
if there a way to keep the default logging (as if I don 't pass in a logger) and add the mlflow logger.
specifically, I want every stored locally in ./lightning_logs (logs, checkpoints, you know the default stuff) while logging to my MLFlow server.