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

   This is problem with sentry not properly resolving message with python 
arguments. This is the recommended way in python to log an error message - pass 
it a format string and parameters separately. As you see the parameters are 
there. it's sentry that should render it properly. There is an open PR in 
sentry that explains the issue 
https://github.com/getsentry/sentry-python/issues/228  and until this one is 
not fixed, we cannot do much about it. We will not make any special exceptions 
for Sentry, they should fix it to allow not only airflow logs but also logs 
from any other 3rd-party libraries to follow standard Python conventions. You 
should likely comment in the sentry issue and raise awareness that you are also 
affected by 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