getlantern / browsersunbounded

Interoperable browser-based P2P proxies for censorship circumvention
GNU General Public License v3.0
11 stars 0 forks source link

Services should be able to use Lantern's logger #135

Closed noahlevenson closed 1 year ago

noahlevenson commented 1 year ago

http-proxy-lantern uses egresslib.go, but egresslib.go is logging things differently than http-proxy-lantern.

flashlight uses clientcore, but clientcore is logging things differently than flashlight.

Fix it.

noahlevenson commented 1 year ago

Addressed here: https://github.com/getlantern/broflake/pull/152