afs commented on PR #3680: URL: https://github.com/apache/jena/pull/3680#issuecomment-3705860103
Revised startup logging - replacing the quickfix for #3668 in PR#3669: `fuseki-server --mem /ds`, without the `log4j.properties` file. ``` [2026-01-02 17:21:23] Fuseki INFO Apache Jena Fuseki 6.0.0-SNAPSHOT [2026-01-02 17:21:23] Config INFO Fuseki Base = /home/afs/tmp/apache-jena-fuseki-6.0.0-SNAPSHOT/run [2026-01-02 17:21:23] Config INFO Database: /ds [2026-01-02 17:21:23] Config INFO UI Base: fuseki-server.jar [2026-01-02 17:21:24] Shiro INFO Shiro configuration: file:/home/afs/tmp/apache-jena-fuseki-6.0.0-SNAPSHOT/run/shiro.ini [2026-01-02 17:21:24] Server INFO Path = /ds [2026-01-02 17:21:24] Server INFO System [2026-01-02 17:21:24] Server INFO Heap: 4.0 GiB [2026-01-02 17:21:24] Server INFO PID: 61042 [2026-01-02 17:21:24] Server INFO Port: http=3030 [2026-01-02 17:21:24] Server INFO Start Fuseki ``` `fuseki-server -v --mem /ds`, without the `log4j.properties` file. ``` [2026-01-02 17:22:34] Fuseki INFO Apache Jena Fuseki 6.0.0-SNAPSHOT [2026-01-02 17:22:34] Config INFO Fuseki Base = /home/afs/tmp/apache-jena-fuseki-6.0.0-SNAPSHOT/run [2026-01-02 17:22:34] Config INFO Database: /ds [2026-01-02 17:22:34] Config INFO UI Base: fuseki-server.jar [2026-01-02 17:22:34] Shiro INFO Shiro configuration: file:/home/afs/tmp/apache-jena-fuseki-6.0.0-SNAPSHOT/run/shiro.ini [2026-01-02 17:22:34] Server INFO Path = /ds [2026-01-02 17:22:34] Server INFO Operation = query Endpoints = [ "", "query", "sparql" ] [2026-01-02 17:22:34] Server INFO Operation = update Endpoints = [ "", "update" ] [2026-01-02 17:22:34] Server INFO Operation = gsp-rw Endpoints = [ "", "data" ] [2026-01-02 17:22:34] Server INFO Operation = gsp-r Endpoints = [ "get" ] [2026-01-02 17:22:34] Server INFO Operation = patch Endpoints = [ "", "patch" ] [2026-01-02 17:22:34] Server INFO Modules [2026-01-02 17:22:34] Server INFO Module: Spatial Indexer [2026-01-02 17:22:34] Server INFO Module: FMod Admin [2026-01-02 17:22:34] Server INFO Module: FMod UI [2026-01-02 17:22:34] Server INFO Module: FMod Shiro [2026-01-02 17:22:34] Server INFO Module: FMod Prometheus Metrics [2026-01-02 17:22:34] Server INFO System [2026-01-02 17:22:34] Server INFO Heap: 4.0 GiB [2026-01-02 17:22:34] Server INFO Java: 25.0.1 [2026-01-02 17:22:34] Server INFO OS: Linux 6.17.0-8-generic amd64 [2026-01-02 17:22:34] Server INFO PID: 61260 [2026-01-02 17:22:34] Server INFO Port: http=3030 [2026-01-02 17:22:34] Server INFO Start Fuseki ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
