为什么日志不更新?
Why the logs are not update?
我有一个简单的PythonOperator
:
def simple():
print ("start simple")
for i in range (10):
time.sleep(0.7)
print("hello from simple")
print ("end simple")
查看日志时 window,我需要刷新页面才能看到新日志。
是否可以自动更新日志?
目前没有选项。
有一个开放的功能请求为未来的 Airflow 版本添加此功能:Auto-refresh of logs
您可以使用浏览器插件来获得此功能。 Chrome 有 Easy Auto Refresh(可能还有该领域的许多其他插件)
我有一个简单的PythonOperator
:
def simple():
print ("start simple")
for i in range (10):
time.sleep(0.7)
print("hello from simple")
print ("end simple")
查看日志时 window,我需要刷新页面才能看到新日志。
是否可以自动更新日志?
目前没有选项。 有一个开放的功能请求为未来的 Airflow 版本添加此功能:Auto-refresh of logs
您可以使用浏览器插件来获得此功能。 Chrome 有 Easy Auto Refresh(可能还有该领域的许多其他插件)