add sort coast time test

dev
ehlxr 2021-08-01 20:55:49 +08:00
parent b3dbc9f668
commit ee6f67a6ab
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ import java.util.concurrent.TimeUnit;
* @since 2021-07-15 22:51.
*/
public class LettuceDAOImpl implements RedisDAO {
private final Logger log = LoggerFactory.getLogger(LettuceDAOImpl.class);
private static final Logger log = LoggerFactory.getLogger(LettuceDAOImpl.class);
@Autowired
private RedisTemplate<String, String> rt;
@ -90,7 +90,7 @@ public class LettuceDAOImpl implements RedisDAO {
}
return false;
} catch (Exception e) {
log.error("[logId:{}]", e);
log.error("", e);
return false;
}
}