B4J Library jServer v4.0 - Based on Jetty 11 - Erel    Jul 22, 2025   (17 reactions) : AdditionalModuleInfoString = provides org.slf4j.spi.SLF4JServiceProvider with org.eclipse.jetty.logging.JettyLoggingServiceProvider;
#PackagerProperty: AdditionalModuleInfoString = provides org.eclipse....b4x.com/android/forum/threads/141323/#content
This is a new version of jServer. It is based on Jetty... B4J Question Set jetty request log time to follow system time zone? - hzq200409 (first post)    Dec 28, 2023
I don’t believe it can be changed. Web logs are a prescribed format and date times are always in UTC to avoid confusion.
I think so. Because you can search for them to change in the way that you modify the configuration file. But I don't know how to programmatically change it.... B4J Question Jetty server log conditions - Erel (first post)    Mar 29, 2020   (1 reaction) It is not possible. You can create a small utility that reads old log files and cleans them.... B4J Question How do I create a jetty log file? - billzhan (first post)    Jul 9, 2016   (1 reaction) Jetty Http logs:
Objects/logs/b4j-yyyy_MM_dd.request.log
Redirect Java logs to a file:
https://www.b4x.com/android/forum/threads/redirect-the-output-to-a-file.65165/... B4J Code Snippet Filter logs (intended for ABMaterial web apps but should be easy to adapt to other non-UI B4J projects) - created with assistance of Microsoft Copilot - JackKirk    May 30, 2025   (4 reactions) is added to the Main procedure: Sub Process_Globals ... Public Gen_jetty_log_filter As String... Gen_jetty_log_filter = TRACE, DEBUG, INFO (default), WARN, ERROR or OFF Gen_b4j_log_filter is a map... Filter_logs 'Set jetty server log level - TRACE, DEBUG, INFO (default), WARN, ERROR or OFF SetSystemProperty("org.eclipse.jetty.util.log.class", "org.eclipse.jetty.util.log.StdErrLog") SetSystemProperty("org.eclipse.jetty.LEVEL", Gen_jetty_log_filter... B4J Question Server logging & slf4j [SOLVED] - tchart    Aug 20, 2020 this library my (Jetty) Server starts logging at the debug level.
According to the Jetty documentation..., the Jetty implementation becomes org.eclipse.jetty.util.log.Slf4jLog.
The fix is to force the jetty logging implementation back to StdErrLog, which you can do by setting the following in the jetty-logging.properties file like this;
org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog... B4A Tutorial B4A Change Log (versions history) - Erel    Jul 16, 2025   (12 reactions)   tags: ide, change whatsnew v13.4 - July 16, 2025 - https://www.b4x.com/android/forum/threads/b4a-v13-4-is-available-for-download.167803/ New command line tools and prepackaged SDK. SDK handling improved. Many internal libraries updated to support updated SDK. v13.3 - June 9, 2025 - https://www.b4x.com/android/forum/threads/b4a-v13-3-is-available-for-download.167352/ #Macro attribute. Defined in B4XMainPage or Main modul... B4J Question [Solved:] Log files of jetty server - jalle007 (first post)    Jun 11, 2014 The path is ok but I was so dumb to run the app like this
http://IPADDRESS:8080/test/www/
when I on... B4J Question [SOLVED] - Standalonepackage - JServer - Jmu5667    Dec 6, 2024 /forum/threads/jserver-v4-0-based-on-jetty-11.140437/ #PackagerProperty: AdditionalModuleInfoString = provides org.slf4j.spi.SLF4JServiceProvider with org.eclipse.jetty.logging.JettyLoggingServiceProvider; #PackagerProperty: AdditionalModuleInfoString = provides org.eclipse.jetty.io.ssl.ALPNProcessor.Server with org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor; #PackagerProperty: AdditionalModuleInfoString = provides org.eclipse.jetty.http.HttpFieldPreEncoder... B4J Question java.exe memory growing dramatically when using Sqlite - kostefar (first post)    Jun 18, 2024 .eclipse.jetty.logging.Timestamp.formatTick(Timestamp.java:108) at org.eclipse.jetty.logging.Timestamp.formatNow(Timestamp.java:82) at org.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...(ZonedDateTime.java:2161) at org.eclipse.jetty.logging.Timestamp.formatTick(Timestamp.java:108... Page: 1   2   3   4   5   6   7   |