HBASE-24295 [Chaos Monkey] abstract logging through the class hierarchy ; ADDENDUM
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
This commit is contained in:
parent
378e6ed127
commit
6cf140850c
|
@ -26,7 +26,7 @@ import org.slf4j.LoggerFactory;
|
|||
* Action that tries to restart the active master.
|
||||
*/
|
||||
public class RestartActiveMasterAction extends RestartActionBaseAction {
|
||||
private static final Logger LOG = LoggerFactory.getLogger(RestartActionBaseAction.class);
|
||||
private static final Logger LOG = LoggerFactory.getLogger(RestartActiveMasterAction.class);
|
||||
|
||||
public RestartActiveMasterAction(long sleepTime) {
|
||||
super(sleepTime);
|
||||
|
|
Loading…
Reference in New Issue