Pyry Kovanen

Results 4 comments of Pyry Kovanen

I have the same issue on fresh Late 2020 Blade Stealth and freshly installed `razer-laptop-control` ``` $ lsusb | grep Razer Bus 003 Device 003: ID 1532:0259 Razer USA, Ltd...

@andy-clapson Could you share the script or the main parts of it with us too? Would be highly appreciated!

Hi @rusackas, Actually I tested it with version 3.0.0 back then, and the problem was still there. There was also some recent discussion regarding this in Slack: https://apache-superset.slack.com/archives/C015WAZL0KH/p1695889915182819

I was digging further, the problem was apparently caused by bunyan-logger -module. I used it like this: ``` var log = bunyan.createLogger({name: 'http2-server't}); ``` instead of line: ``` var log...