sim0n00ps / OF-DL

C# console app to download all of the media from Onlyfans accounts with DRM video downloading support
569 stars 54 forks source link

Added ability to change log level - default level set to Error #448

Open thatcoderguy opened 5 days ago

thatcoderguy commented 5 days ago
thatcoderguy commented 4 days ago

Not a fan of where I've moved config.json check to in the code... another way of doing would be to set the default logging level to Debug, then just before the config file is read, change it to Error, then change it again when we know what the config file says.