Hi Julio,
On Wednesday, 10 August 2016 17:34:35 UTC+2, [email protected] wrote: > > So what is the point of the log4j2.xml file then if logs are configured > with svlogd (on the OVA image at least)? What log does it create? > The log4j2.xml file is only being used to configure Graylog's logging capabilities. In the virtual machine images, svlogd is being used to fetch stdout and stderr from Graylog and write it to the known location. >From what I read here > http://docs.graylog.org/en/2.0/pages/installation/manual_setup.html?highlight=log4j2#supplying-external-logging-configuration > > and the link you posted, both use log4j but they arent configured the same > way? > Graylog is using Log4j 2.x <https://logging.apache.org/log4j/2.x/>, Elasticsearch is using Log4j 1.2 <https://logging.apache.org/log4j/1.2/>. They are incompatible with each other. Additionally, Elasticsearch is using a custom layer to configure the logging framework. Cheers, Jochen -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/16d616d4-1d77-4252-920f-21a6201e198b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
