B4J Question Log4j exploit warning (December 2021) - avalle (first post)    Dec 13, 2021   (1 reaction) jServer is based on Jetty. It provides logging via its own org.eclipse.jetty.util.log.Logger layer, and does not natively use any existing Java logging framework. See https://docs.huihoo.com/jetty/the-definitive-reference/configuring-logging.html B4J Question [solved] jServer - writing to stdout or logs - Erel (first post)    Dec 20, 2020   (1 reaction) Yes.
The jetty logging level affects the messages that logged from the engine itself. In most cases you don't need to touch it. Wish jWebSocketClientV2 - Erel (first post)    Oct 27, 2023   (7 reactions) jWebSocketClient v2.00 is attached. It requires Java 11+.
It solves the wss connection issue. It wasn't fully tested so consider it a beta version.
The instructions are a bit more complicated than usual:
1. jWebSocketClient.xml + jar go into the internal libraries folder.
2. The other two jars from B4J Question java.exe memory growing dramatically when using Sqlite - kostefar (first post)    Jun 18, 2024 eclipse.jetty.logging.StdErrAppender.format(StdErrAppender.java:134) at org.eclipse.jetty.logging.StdErrAppender.emit(StdErrAppender.java:93) at org.eclipse.jetty.logging.JettyLogger.emit(JettyLogger.java:647) at org.eclipse.jetty.logging.JettyLogger.warn(JettyLogger.java:558) at org B4J Question jserver can i disable logging ? - tchart (first post)    Oct 16, 2020   (1 reaction) There is no out of the box way to disable logging. In later versions of Jetty there is a setting for the logging called setIgnorePaths which presumably would allow us to ignore some or all handler paths - but this is not implemented in our version of Jetty. I haven't extensively tested this but th B4J Question How to disable jetty debug info please ? - rwblinn (first post)    Dec 17, 2015   (4 reactions) Hi,
see example Sub. But as Erel stated, be careful turning off. It requires the JavaObject library.
'Set Jetty Logging Level
'Parameter: Level. Possible values: ALL|DEBUG|INFO|WARN|OFF
'See: http://download.eclipse.org/jetty/9.3.6..html
'Note: Be aware that logging contains important info. Defau B4J Library jServer v4.0 - Based on Jetty 11 - Erel    Jun 21, 2022   (16 reactions) It works with the standalone packager with these declarations:
#PackagerProperty: AdditionalModuleInfoString = provides org.slf4j.spi.SLF4JServiceProvider with org.eclipse.jetty.logging.JettyLoggingServiceProvider;
#PackagerProperty: AdditionalModuleInfoString = provides org.eclipse.jetty.io.ssl.AL B4J Question Server logging & slf4j [SOLVED] - tchart    Aug 20, 2020 Im using a library that included slf4j as a dependency. What Ive noticed is that when I include this library my (Jetty) Server starts logging at the debug level.
According to the Jetty documentation documentation this is expected;
If the class org.slf4j.Logger exists in server classpath, the Jetty B4J Question Setting the logging level with jServer 4 - avalle    Jul 06, 2022 Hi all, I'm converting a B4J project based on jServer 3 where I'm using the code provided by @rwblinn long time ago (see https://www.b4x.com/android/forum/threads/how-to-disable-jetty-debug-info-please.61448/post-387786):
'Set Jetty Logging Level
'Parameter: Level. Possible values: ALL|DEBUG|INFO|W B4J Question Disable Db (c3p0) Logging - Michael Sergio (first post)    Sep 13, 2017 Sorry for the jetty logging i forgot to search it on the forums, because i saw that there are still some logs after implementing your c3p0 solution. I`m sorry I wasted your time, since I could have searched for that part myself.
Thank you . Page: 1   2   3   4   5   6   7   Powered by ColBERT |