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
Currently we use IS_DEV flag and raw console.log to log data.
IS_DEV
console.log
Rather, we can
utils/logger.ts
trace
debug
error
Open to better / in detailed proposals.
The text was updated successfully, but these errors were encountered:
Can I work on this?
Sorry, something went wrong.
amandesai01
No branches or pull requests
Currently we use
IS_DEV
flag and rawconsole.log
to log data.Rather, we can
utils/logger.ts
#61trace
anddebug
level depending on log.IS_DEV
to normal logs.error
level.Open to better / in detailed proposals.
The text was updated successfully, but these errors were encountered: