potiuk commented on issue #8125:
URL: https://github.com/apache/airflow/issues/8125#issuecomment-937691771


   > We are experiencing the same issue. Is it possible to turn off the symlink 
behaviour?
   
   This is not needed. Right now the only thing that happens is that you have a 
warning generated (At least since 2017) 
https://github.com/apache/airflow/commit/faa9a5266c0b2e68693dd106b5cb46d30770dadc
 
   
   So if you are experiencing a problem there (error) this is an issue, if you 
see just a warning.
   ```
               except OSError:
                   self.logger.warning("OSError while attempting to symlink "
                                       "the latest log directory")
   ```
   
   However - maybe you see a different error? I looked at the code and I am not 
sure I can find `self.logger` initialized anywhere, so maybe you get an error 
rather than warning? If so, then we should probably fix it.


-- 
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