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
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
Collection.js
CollectionBook.js
Device.js
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
LibraryItem.js Change Logger.dev calls to Logger.debug 2024-01-09 15:24:23 -07:00
MediaProgress.js
PlaybackSession.js
Playlist.js
PlaylistMediaItem.js
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
Setting.js
User.js Ignore sequelize hooks when updating user lastSeen on socket authentication 2023-11-24 14:27:32 -06:00