Re: [IE] Re: [External] RE: [IE] airflow ui not showing logs

2018-10-26 Thread Ash Berlin-Taylor
I added a check for this that will be in 1.10.1 so Airflow will 1) warn you about this, and 2) try to correct it automatically https://github.com/apache/incubator-airflow/blob/a1e922fe6d7ac3aa19848a1ad34836b61fccf24d/airflow/logging_config.py#L79-L106

Re: [IE] Re: [External] RE: [IE] airflow ui not showing logs

2018-10-25 Thread Frank Maritato
Ok, I finally had time to try and track down the issue. Looks like the cfg option 'task_log_reader' was changed at some point prior to 1.10.0. Previously, my airflow.cfg had: task_log_reader = file.task But now it needs to be set to task_log_reader = task On Mon, Oct 15, 2018 at 1:57 PM Frank

Re: [IE] Re: [External] RE: [IE] airflow ui not showing logs

2018-10-15 Thread Frank Maritato
James - No, my configuration doesn't have a setting for rbac, so I'm assuming the default is False. Sunil - We are currently running the LocalExecutor. Is the worker process just for Celery? According to the quickstart, I thought the only processes we need to start are the webserver and scheduler.

RE: [IE] Re: [External] RE: [IE] airflow ui not showing logs

2018-10-15 Thread Sunil Varma Chiluvuri
Frank, The serve_logs process usually starts automatically with the 'airflow worker' command. Try restarting your worker process and see if it also starts the serve_logs process. I've had a situation where the serve_logs process went down for some reason and restarting the worker fixed it. It