feat(sj_1.0.0): 修复日志路径丢失问题
This commit is contained in:
parent
1d283722db
commit
3bcabfc636
@ -12,7 +12,7 @@ import com.aizuda.snailjob.common.log.level.Level;
|
|||||||
*/
|
*/
|
||||||
public abstract class AbstractLog {
|
public abstract class AbstractLog {
|
||||||
// 完全限定类名
|
// 完全限定类名
|
||||||
private static final String FQCN = Local.class.getName();
|
private static final String FQCN = AbstractLog.class.getName();
|
||||||
private Boolean isRemote = Boolean.FALSE;
|
private Boolean isRemote = Boolean.FALSE;
|
||||||
|
|
||||||
public Boolean getRemote() {
|
public Boolean getRemote() {
|
||||||
|
Loading…
Reference in New Issue
Block a user