Setting environment variable PJS_SQL_DEBUG=1 causes the SQL API to output diagnostic information to standard output. PJS_SQL_DEBUG can be set either when starting the service or using code in a Profound.js program.
Code Block | ||||
---|---|---|---|---|
| ||||
# SQL diagnostic information will display in the terminal window. cd /profoundjs PJS_SQL_DEBUG=1 node start.js |
...