Replies: 1 comment
|
Seems like you are looking for. https://github.com/simulieren/adonisjs-server-stats |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
How should I configure AdonisJS so that the development logging is similar to Rails? I want to show the items a developer is likely to need when troubleshooting the application or tests in development. These are things like:
In my first applications I am seeing almost nothing in the logs by default, which is making it hard to troubleshoot.
All reactions