mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-07 03:14:17 +02:00
Fix #296 AsuraToon
AsuraComic does not use Static sites, use Chromium instead. Make Puppeteer spam less logs
This commit is contained in:
@ -43,6 +43,8 @@ internal class ChromiumDownloadClient : DownloadClient
|
||||
|
||||
public void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)
|
||||
{
|
||||
if (logLevel <= LogLevel.Information)
|
||||
return;
|
||||
logger?.WriteLine("Puppeteer", formatter.Invoke(state, exception));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user