Fokko commented on a change in pull request #3992: [AIRFLOW-620] Feature to tail custom number of logs instead of rendering whole log URL: https://github.com/apache/incubator-airflow/pull/3992#discussion_r224698864
########## File path: airflow/config_templates/default_airflow.cfg ########## @@ -317,6 +317,12 @@ default_dag_run_display_number = 25 # Enable werkzeug `ProxyFix` middleware enable_proxy_fix = False +# Flag to control tailing logs +tail_logs = True +# Default number of lines to tail when page loads +num_lines = 100 +# Entries to be shown in dropdown +tail_lines_list = 50,100,200,500,1000 Review comment: Remove these options, since they are also hardcoded in Javascript. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
