genotrance / px

An HTTP proxy server to automatically authenticate through an NTLM proxy
MIT License
934 stars 99 forks source link

px 0.9.0 - Windows: logging configuration inside px.ini file is ignored and no logging is produced #204

Closed marcOcram closed 6 months ago

marcOcram commented 7 months ago

Starting px with the log configuration entry does not produce any logging. It does not matter which value I use.

[proxy]
...

[settings]
log = 3

If I start px directly via cli px.exe --uniqlog a logging file is created

genotrance commented 7 months ago

Thanks for the report - will fix this in the next release. Until then, the config file won't work for setting log and env vars or cli flags will need to be used.

genotrance commented 6 months ago

Fixed in v091.

genotrance commented 6 months ago

v0.9.1 has been released.