mirror of https://github.com/docker/docs.git
Disable listening for new log changes on container update for now
This commit is contained in:
parent
26ae83e952
commit
f121572de6
|
@ -89,7 +89,8 @@ class ContainerStore {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Trigger log update
|
// Trigger log update
|
||||||
LogStore.fetch(container.Name);
|
// TODO: fix this loading multiple times
|
||||||
|
// LogStore.fetch(container.Name);
|
||||||
|
|
||||||
containers[container.Name] = container;
|
containers[container.Name] = container;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue