You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by "casionone (via GitHub)" <gi...@apache.org> on 2023/03/13 02:15:03 UTC

[GitHub] [linkis] casionone commented on a diff in pull request #4351: Improve exception information and add path information

casionone commented on code in PR #4351:
URL: https://github.com/apache/linkis/pull/4351#discussion_r1133380307


##########
linkis-commons/linkis-storage/src/main/java/org/apache/linkis/storage/fs/FileSystem.java:
##########
@@ -20,12 +20,18 @@
 import org.apache.linkis.common.io.Fs;
 import org.apache.linkis.common.io.FsPath;
 import org.apache.linkis.storage.domain.FsPathListWithError;
+import org.apache.linkis.storage.fs.impl.LocalFileSystem;
 
 import java.io.File;
 import java.io.IOException;
 
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
 public abstract class FileSystem implements Fs {
 
+  private static final Logger LOG = LoggerFactory.getLogger(LocalFileSystem.class);

Review Comment:
   Need to modify, please use org.apache.linkis.common.utils.Logging 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org