Replies: 2 comments
-
first thing that launch sequence does is to disable logging below INFO level as many packages are extremely verbose. The issue is not visible in A1111 since there is no log handler there, so all those messages were going nowhere and by the time extension (such as image browser) loads, all that storm has passed. I can try disable debug logging on startup, but re-enable it later so extensions can use it. btw, good to see you here :) |
Beta Was this translation helpful? Give feedback.
-
Thanks. I'm glad you're actively working on this fork. Must be daunting, now that it gains popularity. Good luck. |
Beta Was this translation helpful? Give feedback.
-
Hi @vladmandic ,
The image browser extension has a much needed debugging option using logger. But it seems something in your fork turns it or maybe the handlers off. Do you perhaps have a suggestion on how to integrate this better?
The relevant code is this, executed at the beginning of the extension:
Beta Was this translation helpful? Give feedback.
All reactions