We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logging is currently hardcoded to "DEBUG" level:
tlsn-js/wasm/prover/src/lib.rs
Line 40 in 92d7d68
We need to make this configurable
The text was updated successfully, but these errors were encountered:
feat: Configurable logging
e968241
#48
Config logging (#51)
353b398
* feat: Configurable logging #48 * feat: allow to set logging filter at start of app * chore: fix linter --------- Co-authored-by: tsukino <[email protected]>
No branches or pull requests
Logging is currently hardcoded to "DEBUG" level:
tlsn-js/wasm/prover/src/lib.rs
Line 40 in 92d7d68
We need to make this configurable
The text was updated successfully, but these errors were encountered: