Skip to content

Commit 50ef664

Browse files
GufCabnlgMadsSvejstrup
authored
Issue: Backend 120, Added LOG_LEVEL to list of backend environment variables. (#17)
* Added LOG_LEVEL to list of backend environment variables. * Added more info about log levels Co-authored-by: nlg <[email protected]> Co-authored-by: Mads Svejstrup <[email protected]>
1 parent 2d08086 commit 50ef664

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/installation-guide/installation-guide.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,13 @@ OS2IoT-backend takes several environment variables as configuration, if these ar
227227
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
228228
| CHIRPSTACK_JWTSECRET | Secret to generate JWT for Chirpstack | :code:`verysecret` |
229229
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
230+
| LOG_LEVEL | Minimum Log Level. Levels ordered from high to low are: 'log', 'error', 'warn', 'debug', 'verbose' | :code:`debug` |
231+
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
232+
233+
Logs levels
234+
"""""""""""""""
235+
Specifying a LOG_LEVEL makes sure that only logs with that level or higher are included. Using 'debug' or 'verbose' LOG_LEVEL in a production environment is not recommended.
236+
230237
231238
OS2IoT-frontend
232239
^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)