Grazfather x added the comment:

That's not really what this is about. This is about setting up the listener so 
that by default that setting is used.

In logging/config.py:

```python
def listen(port=DEFAULT_LOGGING_CONFIG_PORT, verify=None):
...
                            try:
                                fileConfig(file)
                            except Exception:
                                traceback.print_exc()
...

def fileConfig(fname, defaults=None, disable_existing_loggers=True):
...
```

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26533>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to