2016-07-06 15:32 GMT-07:00 Guru Shetty :
> On 6 July 2016 at 05:38, Paul Boca wrote:
>
> > Disable the syslog logger in case on Windows, '/dev/log' doesn't exist.
> > Seems like on Python34 a default handler is added to the logger and it
> > prints
> > even if no handler is set by us.
> >
> > Sig
On 6 July 2016 at 05:38, Paul Boca wrote:
> Disable the syslog logger in case on Windows, '/dev/log' doesn't exist.
> Seems like on Python34 a default handler is added to the logger and it
> prints
> even if no handler is set by us.
>
> Signed-off-by: Paul-Daniel Boca
> ---
> V3: Initial commit
I'm not a windows expert, but this also solves a problem I was having on a
linux system chroot where /dev/log is absent.
I pushed this patch to master, thanks,
Daniele
2016-07-06 5:38 GMT-07:00 Paul Boca :
> Disable the syslog logger in case on Windows, '/dev/log' doesn't exist.
> Seems like on
Disable the syslog logger in case on Windows, '/dev/log' doesn't exist.
Seems like on Python34 a default handler is added to the logger and it prints
even if no handler is set by us.
Signed-off-by: Paul-Daniel Boca
---
V3: Initial commit
V4: No changes
V5: No changes
V6: No changes
---
python/ov