Add some extra begginers info

I found this by digging into the code itself, since again oputil doesn't provide anything useful yet.
This commit is contained in:
Melroy van den Berg 2017-10-29 02:15:53 +01:00 committed by GitHub
parent cdeff5124f
commit 5672fa144b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -107,6 +107,11 @@ Below is an _example_ configuration. It is recommended that you at least **start
./main.js
```
*Note #1:* The first user who register/apply (user ID = 1) will be automatically be added to the sysop group. And thus becomes SysOp.
*Note #2:* All data is stored by default in Sqlite3 database files within the `db` sub folder, including user data, messages, system logs and file meta data.
## Monitoring Logs
Logs are produced by Bunyan which outputs each entry as a JSON object. To tail logs in a colorized and pretty pretty format, issue the following command: