Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
admin/server: ensure that a true expire-never logger is never expired
previously, this sequence of actions set log-level raft trace 10 set log-level raft error 0 would result in raft logging at error level for only 10 seconds, despite the legit request to expire never. this is because in the code, the second request would not correctly reset the expire field if a previous name-level_reset was already in the map used for this operation (cherry picked from commit d781fb1)
- Loading branch information