audiobookshelf/server/utils
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
..
generators Update:Remove support for metadata.abs, added script to create metadata.json files if they dont exist 2023-10-22 15:53:05 -05:00
migrations Update:Remove support for metadata.abs, added script to create metadata.json files if they dont exist 2023-10-22 15:53:05 -05:00
parsers Update opf parser to ignore series with empty content and add tests 2023-12-24 11:41:27 -06:00
queries Add:Year in review banner for user stats page #2373 2023-12-23 15:29:34 -06:00
areEquivalent.js Add feed migration and cleanup 2023-07-05 18:18:37 -05:00
constants.js Allow user to override log level 2024-01-03 14:26:28 -07:00
downloadWorker.js Remove fluent-ffmpeg dependency 2022-07-06 17:38:19 -05:00
ffmpegHelpers.js Fix:Download episode from rss feed with very long description #1893 2023-07-09 15:50:40 -05:00
fileUtils.js Merge branch 'master' into binary-manager 2024-01-02 14:16:27 -06:00
globals.js Add:Support for CAF audio files 2023-06-05 16:23:40 -05:00
htmlEntities.js Ability to decode HTML Entities when all tags are stripped. Fixes #929 2022-08-30 19:20:35 -04:00
htmlSanitizer.js Update:Html sanitizer to allow br tag 2023-02-25 15:05:44 -06:00
index.js Update:Listening sessions table for multi-select, sorting and rows per page 2023-12-21 13:52:42 -06:00
libraryHelpers.js Fix:Show series name when collapsing sub-series #2140 2023-09-23 14:38:30 -05:00
notifications.js Podcast episode download notification adding variables for mediaTags, podcastAuthor, podcastDescription, podcastGenres, episodeTitle, episodeSubtitle, episodeDescription 2023-02-15 15:57:04 -06:00
podcastUtils.js Fix:Fetch RSS feed request accept header #2446 2023-12-25 13:15:55 -06:00
prober.js Updates to new library scanner and adding jsdoc types 2023-08-27 17:19:57 -05:00
probeWorker.js Update:Scanner adjustable number of parallel audio probes to use less CPU 2022-07-16 18:54:34 -05:00
scandir.js Update:Scanner recognizes asin in book folder names #1852 2023-10-14 15:04:16 -05:00
toneHelpers.js Fix:Embed metadata tool embed ASIN, SERIES and SERIESPART #1794 2023-05-26 17:57:56 -05:00
toneProber.js Update scanner, music meta tags and fix issue with force update 2023-01-02 16:35:39 -06:00
zipHelpers.js Add:Download button to download full library item #580 2023-04-09 17:05:35 -05:00