Re: Airflow Logging Improvements

2017-06-22 Thread Dan Davydov
umber of multiple runs), and >> each unit should have a unique key or location. One of the reasons we are >> working on this effort is to actually make Airflow play nicer with >> Kubernetes/Docker (since airflow workers should ideally be ephemeral), and >> allowing a separate service to

Re: Airflow Logging Improvements

2017-06-22 Thread Allison Wang
d > allowing a separate service to read and ship the logs is necessary in this > case since the logs will be destroyed along with the worker instance. I > think in the future we should also allow custom logging modules (e.g. > directly writing logs to some service). > > > &g

Re: Airflow Logging Improvements

2017-06-22 Thread Bolke de Bruin
> service to read and ship the logs is necessary in this case since the logs > will be destroyed along with the worker instance. I think in the future we > should also allow custom logging modules (e.g. directly writing logs to some > service). > > > On Wed, Jun 21, 2017 at 3:11

Re: Airflow Logging Improvements

2017-06-21 Thread Dan Davydov
s will be destroyed along with the worker instance. I think in the future we should also allow custom logging modules (e.g. directly writing logs to some service). On Wed, Jun 21, 2017 at 3:11 PM, Allison Wang <allisonwang...@gmail.com> wrote: > Hi, > > I am in the proces

Re: Airflow Logging Updates

2017-02-01 Thread Miller, Robin
Sent: 01 February 2017 12:55:42 To: dev@airflow.incubator.apache.org Subject: Re: Airflow Logging Updates Hey Robin, I also have an interest in logging, but to get Google Cloud logging to work. I'm happy to work with you on this. But *first* the 1.8 needs to go out. But I don't think this wi

Re: Airflow Logging Updates

2017-02-01 Thread Alex Van Boxel
Hey Robin, I also have an interest in logging, but to get Google Cloud logging to work. I'm happy to work with you on this. But *first* the 1.8 needs to go out. But I don't think this will go on the patch branch, but maybe for the next release. I don't know what the other people think. On Wed,

Airflow Logging Updates

2017-02-01 Thread Miller, Robin
Hi All, A while ago we took over this issue: https://issues.apache.org/jira/browse/AIRFLOW-409, which revolved around avoiding making changes to the root python logging configuration so as to avoid any accidental side effects that this could produce in other python applications. The

Re: Airflow Logging

2016-10-24 Thread Alex Van Boxel
> From: Maxime Beauchemin <maximebeauche...@gmail.com> > Sent: 14 October 2016 17:02 > To: dev@airflow.incubator.apache.org > Subject: Re: Airflow Logging > > Another consideration is for configuration as code in `settings.py` > in-place or in conjunc

Re: Airflow Logging

2016-10-18 Thread Maycock, Luke
gmail.com> Sent: 14 October 2016 17:02 To: dev@airflow.incubator.apache.org Subject: Re: Airflow Logging Another consideration is for configuration as code in `settings.py` in-place or in conjunction with `airflow.cfg` to allow more dynamic configuration, like passing your own custom log hand

Re: Airflow Logging

2016-10-14 Thread Maycock, Luke
wyman.com/> From: Maycock, Luke Sent: 13 October 2016 14:52 To: dev@airflow.incubator.apache.org Subject: Airflow Logging Hi All, We (owlabs - fork: https://github.com/owlabs/incubator-airflow) have a high level design for how to improve the logging throughout the Airflow code to be mor

Airflow Logging

2016-10-13 Thread Maycock, Luke
Hi All, We (owlabs - fork: https://github.com/owlabs/incubator-airflow) have a high level design for how to improve the logging throughout the Airflow code to be more consistent, maintainable and extensible. We'd really appreciate any feedback on the design. Design for Consolidating Logging