Fork me on GitHub
#xtdb
<
2023-11-02
>
winkywooster16:11:02

running in xtdb 1.24.1 in docker, and jetty doesn’t seem to respect the logback.xml configuration. does anyone know how to get jetty to stop logging debug?

refset19:11:29

Hey @U0FVDNE9X I've not heard anyone describe this problem before. Do other namespaces respect the logback.xml config okay? are you building the container along the lines of this (+ surrounding example context) https://github.com/xtdb/xtdb/blob/f65c4a398584ec03830509baa2085f3a880a1694/build/docker/Dockerfile#L14

refset19:11:19

what does your entry for Jetty look like?

winkywooster21:11:42

ultimately i realized it wasn’t picking up the logback.xml at all. i was basing my solution off of xtdb/build/deps-standalone-rocksdb.edn and narrowed it down to https://github.com/xtdb/xtdb/blob/f65c4a398584ec03830509baa2085f3a880a1694/build/deps-standalone-rocksdb.edn#L1

winkywooster21:11:56

it should be paths not path

winkywooster21:11:46

now that it’s picking up the logback.xml i’m not getting the jetty debug.