* Add support for user-configurable log level settings.
This commit is contained in:
@ -22,6 +22,10 @@ media_dir=/opt
|
||||
# set this if you would like to specify the directory where you want MiniDLNA to store its log file
|
||||
#log_dir=/var/log
|
||||
|
||||
# set this to change the verbosity of the information that is logged
|
||||
# each section can use a different level: off, fatal, error, warn, info, or debug
|
||||
#log_level=general,artwork,database,inotify,scanner,metadata,http,ssdp,tivo=warn
|
||||
|
||||
# this should be a list of file names to check for when searching for album art
|
||||
# note: names should be delimited with a forward slash ("/")
|
||||
album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg
|
||||
|
Reference in New Issue
Block a user