1
0
mirror of https://github.com/bitwarden/server synced 2025-12-18 01:03:17 +00:00

job logging

This commit is contained in:
Kyle Spearrin
2017-08-17 17:10:34 -04:00
parent 4a25da5043
commit c4cc66c391
2 changed files with 16 additions and 8 deletions

View File

@@ -71,6 +71,8 @@ namespace Bit.Jobs
_logger.LogError(2, e, "Error performing job.");
throw e;
}
_logger.LogInformation("Finished job '{0}'.", parameters["j"]);
}
private static IDictionary<string, string> ParseParameters(string[] args)