bbovenzi commented on issue #19342: URL: https://github.com/apache/airflow/issues/19342#issuecomment-976594262
> > > I followed the merge code, but not fix this issue, the webserver still shows wrong datetime in log > > > > > > What's your server's timezone and Airflow config's default timezone? > > I know what's the problem, I should change the js file tiLog.478df866123cef0b0eae.js under 'airflow/www/static/dist' directly instead of 'airflow/www/static/js/ti_log.js'. Once I restart the webserver, the datetime became the right one. Thanks for your reply anyway. Sounds like webpack wasn't rebuilding the files. In the future, you can run `airflow webserver -d` and in `airflow/www` run `yarn dev` to see your changes. -- 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]
