Skip to content

Commit d129d67

Browse files
committed
Update README.md
1 parent cb5e0b4 commit d129d67

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,14 @@ app.use(stackify.expressExceptionHandler);
8585
To handle exceptions correctly put this right after all route handlers.
8686

8787
## Troubleshooting
88-
When request to Stackify fails for some reason, an error message is being printed to your `process.stderr` stream
88+
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.
8996

9097
## License
9198

0 commit comments

Comments
 (0)