Tried to solve that problem (partially) with below PR https://github.com/apache/incubator-airflow/pull/1875
On Tue, Sep 25, 2018 at 3:18 PM Sai Phanindhra <phani8...@gmail.com> wrote: > Hi guys, > Now we serve whole log file irrespective of its size. Sometimes when i > log size if few Mb(more than some 5mb or so) we end up rendering whole 5mb > file. This sometimes lead to huge payloads moving across network and after > rendering user have to scroll down thousands and thousands of lines. > Instead if we just tail last few hundreds of lines we can address both of > the above mentioned issues. > Can we have real time logging instead of reloading page again and again > for logs. > > -- > Sai Phanindhra, > Ph: +91 9043258999 >