Hey all, Just noticed when we upgraded to 1.9.0 that logging from our custom operators are no longer visible in the file. Assuming this is due to all the log changes that were made in 1.9.0.
Our custom operators just have:
import logging
class DbDagBuilder(object):
...
logging.info('foo')
...
This was working fine in 1.8.2. What is the suggested way to make this work?
Cheers,
Chris
