mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 13:28:27 +01:00
update logging levels
This commit is contained in:
@@ -774,11 +774,11 @@ namespace Emby.Drawing
|
||||
|
||||
try
|
||||
{
|
||||
_logger.Debug("Creating image collage and saving to {0}", options.OutputPath);
|
||||
_logger.Info("Creating image collage and saving to {0}", options.OutputPath);
|
||||
|
||||
_imageEncoder.CreateImageCollage(options);
|
||||
|
||||
_logger.Debug("Completed creation of image collage and saved to {0}", options.OutputPath);
|
||||
_logger.Info("Completed creation of image collage and saved to {0}", options.OutputPath);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user