GreatEugenius opened a new issue, #252:
URL: https://github.com/apache/flink-agents/issues/252

   ### Search before asking
   
   - [x] I searched in the 
[issues](https://github.com/apache/flink-agents/issues) and found nothing 
similar.
   
   ### Description
   
   In the current version, all File Event Logs are stored by default in the 
`flink-agents` subdirectory of the system's temporary directory 
(`java.io.tmpdir`), defined as follows:  
   
   ```java  
   private static final String DEFAULT_BASE_LOG_DIR =  
           Paths.get(System.getProperty("java.io.tmpdir"), 
"flink-agents").toString();  
   ```  
   
   We want to support the default storage of FileEventLog in the FLINK_LOG_DIR 
directory.
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to