Use debug

This commit is contained in:
syuilo
2017-01-23 18:25:52 +09:00
parent 6af87eef22
commit 585b8eec23
3 changed files with 27 additions and 10 deletions

View File

@ -79,6 +79,10 @@ Note that `$(pwd)` is the working directory.
## Launch
`sudo npm start`
## Debug
### Show debug messages
Misskey uses [debug](https://github.com/visionmedia/debug) and namespace is 'misskey:*'.
## Contribute
Do you have feature request or problem with Misskey?
Please create issue to report it if it is about the Misskey implementation itself.