Fix bugs around Zookeeper logging #174
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current method of tracking log changes is not scalable beyond one daemon, as it will constantly overwrite.
Fixed to include a daemon prefix, and better reporting of entries.