supertokens / supertokens-core

Open source alternative to Auth0 / Firebase Auth / AWS Cognito
https://supertokens.com
Other
12.17k stars 476 forks source link

logging on start prettier #974

Closed nikhilbhatia08 closed 2 months ago

nikhilbhatia08 commented 3 months ago

Summary of change

Made logging on start prettier by adding a superTokens starter template and added color to the output

Related issues

Test Plan

When the core is run then it gives output with colors and the starter template and all the tests have been passed Screenshot 2024-04-02 at 12 29 49 PM This is the picture of the output with colors and the starter template

Documentation changes

Checklist for important updates

Remaining TODOs for this PR

No remaining TODO's for this PR

rishabhpoddar commented 2 months ago

@nikhilbhatia08 , unfortunately we cannot accept this PR as our infra (and likely other people's infra) depends on the logs being printed out. This PR modifies the logs raw strings which may cause unforseen issues, for which we won't have the bandwidth to fix.

Thanks for the attempt though, we appreciate it.

nikhilbhatia08 commented 2 months ago

@rishabhpoddar Thank you for your feedback.