Hide unnecessary log output

This commit is contained in:
Dean Herbert 2018-07-24 12:11:20 +02:00
parent b38da34da9
commit 1d86083981
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ private void runMigrations()
// todo: we probably want a better (non-destructive) migrations/recovery process at a later point than this.
contextFactory.ResetDatabase();
Logger.Log("Database purged successfully.", LoggingTarget.Database, LogLevel.Important);
Logger.Log("Database purged successfully.", LoggingTarget.Database);
// only run once more, then hard bail.
using (var db = contextFactory.GetForWrite(false))