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_r224698969
########## 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 Review comment: Maybe up this a bit? A proper Java stacktrace can be bigger than 100 lines. ---------------------------------------------------------------- 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
