Class WebMonitorUtils.LogFileLocation
- java.lang.Object
-
- org.apache.flink.runtime.webmonitor.WebMonitorUtils.LogFileLocation
-
- Enclosing class:
- WebMonitorUtils
public static class WebMonitorUtils.LogFileLocation extends Object
Singleton to hold the log file, the stdout file, the log directory.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WebMonitorUtils.LogFileLocationfind(org.apache.flink.configuration.Configuration config)Finds the Flink log directory using log.file Java property that is set during startup.
-
-
-
Method Detail
-
find
public static WebMonitorUtils.LogFileLocation find(org.apache.flink.configuration.Configuration config)
Finds the Flink log directory using log.file Java property that is set during startup.
-
-