We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5e0b4 commit d129d67Copy full SHA for d129d67
README.md
@@ -85,7 +85,14 @@ app.use(stackify.expressExceptionHandler);
85
To handle exceptions correctly put this right after all route handlers.
86
87
## Troubleshooting
88
-When request to Stackify fails for some reason, an error message is being printed to your `process.stderr` stream
+
89
+If logging isn't working, enable internal debug logging for Stackify by setting the degub flag in the Stackify options.
90
91
+```js
92
+stackify.start({apiKey: '***', env: 'dev', debug: true});
93
+```
94
95
+You will see stackify-debug.log in your application's directory.
96
97
## License
98
0 commit comments