Re: JsonLayout breaks logging?

2020-08-21 Thread t spam
Hi, is there anyone out there that could give me at least a direction? I just can't seem to figure this one out. Kind regards, Tijmen On Wed, Jul 29, 2020 at 9:13 AM t spam wrote: > >> Hi Naz and other solr-users (now with solr-user in to), >> >> Excuse my ignorance here (just getting started)

Re: JsonLayout breaks logging?

2020-07-29 Thread t spam
> > > Hi Naz and other solr-users (now with solr-user in to), > > Excuse my ignorance here (just getting started) but let's take the > techproducts example. As you proposed I included the latest jackson-core > and jackson-databind jars in the "solr install dir/lib/" directory: > > [tijmen@solr-1 so

Re: JsonLayout breaks logging?

2020-07-24 Thread t spam
Hi Naz, Could you give me some directions in where or how I should provide these dependencies? I can see these dependencies are already in various places by default: [tijmen@solr-1 solr-7.7.3]$ find . -name jackson* ./contrib/clustering/lib/jackson-annotations-2.9.8.jar ./contrib/clustering/lib/j

Re: JsonLayout breaks logging?

2020-07-24 Thread Naz S
You should explicitly provide the jackson dependencies: jackson-core, jackson-databind and/or jackson-annotations. On Fri, Jul 24, 2020 at 8:24 AM t spam wrote: > Hi, > > I'm having difficulty configuring JsonLayout for appenders. I have the > following in my log4j2.xml: > > > > > > >

JsonLayout breaks logging?

2020-07-23 Thread t spam
Hi, I'm having difficulty configuring JsonLayout for appenders. I have the following in my log4j2.xml: %d{-MM-dd HH:mm:ss.SSS} %-5p (%t) [%X{collection} %X{shard} %X{replica} %X{core}] %c{1.} %m%n