Pappy (Răzvan STĂNESCU)

Results 6 comments of Pappy (Răzvan STĂNESCU)

Hi @vhajdari Good news, I'm already runing lxdui behind a proxy so listening to 0.0.0.0 is not necessary... Regarding the base URI, yes, I'd like to use something like /lxdui;...

One more thing, it looks like currently the base URI is */* not */ui*, as I also found there is an "/api" URI... Therefore having a base URI like lxdui.base...

@n0str , that doesn't solve the main problem which is defining an arbitrary base URI, e.g. lxdui.base = /some-location

It *is* possible to log at *any* level by calling java.util.logging.Logger.log, which is what actually Jersey or any other application that configures the level at runtime does. See your test...

The issue is in jul-to-slf4j, I have filled in a ticket for this https://jira.qos.ch/browse/SLF4J-429

Yeap, they asked me to check the JDK code, but they didn't bother to do the same :) I removed any dependency to jul-to-slf4j and I'm happy with this gist...