UNPKG

575 BMarkdownView Raw
1### Debugging CLI Options
2There are two debugging related command line options that can be passed to Concierge.
3
4- `--debug`. Turns on verbose logging for Concierge. Useful for finding exact cause of an issue.
5- `--log`. Enables logging to a `concierge.log` file in the root of the project.
6- `--timestamp`. Enables timestamps in the console and log files. Note that these are Unix style timestamps (time since launch).
7- `--language <code>`. Language to start bot as.
8- `--help`. Shows help for CLI arguments.
9
10Example of usage:
11`node main.js --debug --log test`