audiobookshelf/server/models
Benjamin Porter 4a76059608 Change Logger.dev calls to Logger.debug
Logger.dev is kind of in a weird spot where it doesn't fit into the
standard log level.  It is called directly by some code and it only
checks whether a property is set (which comes from an env var) before
deciding to print out.

This standardizes on `debug` by changing the dev calls to debug. Also
removes the now unused code.
2024-01-09 15:24:23 -07:00
..
Author.js Fix:Duplicate series and authors being added on matches and scans #2106 2023-09-17 15:29:39 -05:00
Book.js 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
BookAuthor.js Add:Remove option for authors & show authors with 0 books on authors page #2124 2023-09-24 17:06:32 -05:00
BookSeries.js Add startup function to remove invalid records from DB 2023-09-05 17:58:13 -05:00
Collection.js Add jsdoc types for models 2023-08-15 18:03:43 -05:00
CollectionBook.js Add jsdoc types for models 2023-08-15 18:03:43 -05:00
Device.js Add jsdoc types for models 2023-08-15 18:03:43 -05:00
Feed.js Fix:RSS feeds for collections not updating #2414 2023-12-14 15:45:34 -06:00
FeedEpisode.js Fix:Updating RSS feeds with new episodes #2139 2023-09-23 14:27:13 -05:00
Library.js Change Logger.dev calls to Logger.debug 2024-01-09 15:24:23 -07:00
LibraryFolder.js Add jsdoc types for models 2023-08-15 18:03:43 -05:00
LibraryItem.js Change Logger.dev calls to Logger.debug 2024-01-09 15:24:23 -07:00
MediaProgress.js Add jsdoc types to remaining models 2023-08-16 16:38:48 -05:00
PlaybackSession.js Add jsdoc types to remaining models 2023-08-16 16:38:48 -05:00
Playlist.js Add jsdoc types to remaining models 2023-08-16 16:38:48 -05:00
PlaylistMediaItem.js Add jsdoc types to remaining models 2023-08-16 16:38:48 -05:00
Podcast.js 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
PodcastEpisode.js Update:podcastEpisodes table index added for createdAt column #2073 #2075 2023-12-30 16:14:14 -06:00
Series.js Fix:Duplicate series and authors being added on matches and scans #2106 2023-09-17 15:29:39 -05:00
Setting.js Add jsdoc types to remaining models 2023-08-16 16:38:48 -05:00
User.js Ignore sequelize hooks when updating user lastSeen on socket authentication 2023-11-24 14:27:32 -06:00