mirror of
https://github.com/bitwarden/server
synced 2025-12-18 01:03:17 +00:00
job logging
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user