mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
Other: Use logrus for liteapi logs so we can properly capture them
This commit is contained in:
@ -130,6 +130,7 @@ func New( //nolint:funlen
|
||||
liteapi.WithAppVersion(constants.AppVersion(curVersion.Original())),
|
||||
liteapi.WithCookieJar(cookieJar),
|
||||
liteapi.WithTransport(roundTripper),
|
||||
liteapi.WithLogger(logrus.StandardLogger()),
|
||||
)
|
||||
|
||||
// tasks holds all the bridge's background tasks.
|
||||
|
||||
Reference in New Issue
Block a user