debug log deprecation

This commit is contained in:
mrfry 2023-05-01 09:28:39 +02:00
parent dea75c6bf5
commit 4bb8059986
3 changed files with 4 additions and 18 deletions

View file

@ -193,7 +193,6 @@ Set these before launching the server (`VAR="" npm run start`)
| DOMAIN | string | The domain that the server should use for redirects, cookies, etc. ex.: `qmining.com`, without 'https://', and '/'-s. If not specified `./data/domain` will be used |
| NS_NO_HTTPS_FORCE | boolean | Disables automatic redirects from http to https |
| NS_THREAD_COUNT | number | Nubmer of CPU cores to use |
| NS_LOGLEVEL | number | Debug log level, 0 is the least verbose |
| NS_SQL_DEBUG_LOG | boolean | If the SQL queries should be logged |
| NS_NOUSER | boolean | If the authorization should be skipped (for testing) |
| NS_NOLOG | boolean | If logging should be skipped |