AttributeError: 'Logger' object has no attribute 'warning_once'
#104
by
vebM
- opened
This is a very simple error I am encountering, while using the configuration_falcon.py, it can be pretty easily fixed by replacing logger.warning_once with logger.warning but it will be pretty handy then to modify by myself, specially now when I am storing things in the cache memory.
Thanks.