HoloArchivists / fc2-live-dl

Tool to download FC2 live streams

Home Page:https://pypi.org/project/fc2-live-dl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] Allow fc2-live-dl log level to be configured when running via autofc2 as well

LittleVulpix opened this issue · comments

Recently had some issues with autofc recording a stream, but running it "from hand" using the regular fc2 one with debug logging didn't help because the issue could not be reproduced. (It could very well be that it went away just at that time).

I tried to put the log level into the config file but it did not take.

Would it be possible to add support for the loglevel setting of "fc2" subroutine, when running it via autofc2?

I just noticed that autofc2 does not apply the log level setting. It should be a quick fix to make it read the config once in a while and apply the setting like in

Logger.loglevel = Logger.LOGLEVELS[args.log_level]

Thank you!

Because I'm on WSL and for whatever reason it's not possible to install the development version, I'll have to wait for the next release.

Thank you for addressing the issue so fast though!

@hizkifw , thank you for releasing it in the stable branch! I updated just now and it works like a charm. Thanks again!

Awesome, glad to hear it's working!