Test und Log
This commit is contained in:
@@ -252,6 +252,8 @@ public class MonitoringController : Controller
|
||||
Name = dto.Name
|
||||
};
|
||||
|
||||
_logger.LogInformation(container.Name + " added for Host " + container.ServerId);
|
||||
|
||||
_context.Containers.Add(container);
|
||||
await _context.SaveChangesAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user