audiobookshelf/server
Benjamin Porter b1dd88f33f Allow user to override log level
This PR adds an environment variable `LOG_LEVEL` that can be used to
control the application log level.  For example, this would allow you to
view dev logs while in production, should you so choose.

If the env var is not set, behavior should not change from the current
behavior.

Env var can be set with the log level string (case insensitive).  For
example:  `LOG_LEVEL=debug`
2024-01-03 14:26:28 -07:00
..
controllers Update:Podcast episode table is lazy loaded #1549 2023-12-31 14:51:01 -06:00
finders BookFinder formatting update 2023-12-10 10:35:21 -06:00
libs Remove ffbinaries local cache 2023-12-08 00:53:53 +02:00
managers Merge branch 'advplyr:master' into binary-manager 2023-12-27 06:44:22 +02:00
models Update:podcastEpisodes table index added for createdAt column #2073 #2075 2023-12-30 16:14:14 -06:00
objects Update:Podcast episode table is lazy loaded #1549 2023-12-31 14:51:01 -06:00
providers Update:Clean series sequence response from audible provider #2380 2023-12-06 17:31:36 -06:00
routers Add:Year in review card for server stats #2373 2023-12-22 17:01:07 -06:00
scanner Fix:Merging chapters from multiple audio files with the same chapter titles #2461 2023-12-31 15:35:17 -06:00
utils Allow user to override log level 2024-01-03 14:26:28 -07:00
Auth.js Update:/auth/openid/config API endpoint to require admin user and validate issuer URL 2023-12-17 10:41:39 -06:00
Database.js Update:Remove playback sessions that are 3s or less on startup 2023-12-21 14:29:36 -06:00
Logger.js Allow user to override log level 2024-01-03 14:26:28 -07:00
Server.js Restrict binary manager to Windows or development 2024-01-02 14:24:59 -06:00
SocketAuthority.js Add JS docs for server stop 2023-12-28 16:32:21 -06:00
Watcher.js Fix:Watcher waits for files to finish transferring before scanning #1362 #2248 2023-10-25 16:53:53 -05:00