Logging.yml is a funky wrapper around log4j.properties style log4j configuration so that is why you don't see as much documentation on it.
Do you see log lines smashed together and cut apart randomly? That'd be a bug. Its customary for logs to be single lines except for stack traces which contain multiple lines but all after the first start indented. Elasticsearch inserts line breaks when it logs large things like thr cluster state to make scanning the logs visually easier. You could play with logging.yml to reformat the logs (probably possible to make them json or something) or you could assume new log events start when the first part of the new line is the date stamp. Nik On Jan 2, 2015 1:20 PM, "Jesse Redl" <[email protected]> wrote: > Hey All, > > When reviewing the logs generated by elasticsearch (1.4.x), a single log > message is being split across multiple lines? > > Is this configurable within logging.yml? My undstanding is that > elasticsearch is powered by log4j however, I'm not familiar with this > product, nor can I find any decent documentation on the logging.yml file. > > > Thanks all. > > -- > You received this message because you are subscribed to the Google Groups > "elasticsearch" 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/elasticsearch/337ffff1-bb65-41fc-986a-bffc3c473bb7%40googlegroups.com > <https://groups.google.com/d/msgid/elasticsearch/337ffff1-bb65-41fc-986a-bffc3c473bb7%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elasticsearch" 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/elasticsearch/CAPmjWd0srkXorAkY2vBf7aLGu-_wZ0dnG5LKL%2Bcwc3thhm85sw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
