crossbario / crossbar

Crossbar.io - WAMP application router
https://crossbar.io/
Other
2.05k stars 274 forks source link

proxy: reduce log noise #1966

Closed om26er closed 2 years ago

om26er commented 2 years ago

This reduces the log verbosity for info level. A remedy for https://github.com/crossbario/crossbar/issues/1964

The change in cryptosign.py only affects authenticators of type function. The dynamic authenticator already sets a similar log to debug, so that change only makes the log-level behavior uniform.

The changes to proxy.py basically moves logging of actual backend config to debug level and a bit more.