You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
For now we have our own code to configure logback. However Twitter Server/App ships with its own utils and flags (-log.*) that do not seem to play nice with ours (e.g., the flags are ignored). We should switch fully to Twitter's provided tools.
The text was updated successfully, but these errors were encountered:
Change Twitter's inject-slf4j into util-slf4fj-api (the former was actually designed to be used by apps, not random classes).
The client now does not log anything.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For now we have our own code to configure logback. However Twitter Server/App ships with its own utils and flags (
-log.*
) that do not seem to play nice with ours (e.g., the flags are ignored). We should switch fully to Twitter's provided tools.The text was updated successfully, but these errors were encountered: