Increasing level of debug

Hi all,

Trying to debug a issue I think I have on my pipeline config, usually using

[2018-11-29T16:22:20,520][DEBUG][logstash.runner          ] *config.debug: true (default: false)
[2018-11-29T16:22:20,521][DEBUG][logstash.runner          ] *log.level: "debug" (default: "info")

Give good enough info to point you in the right direction. However in this case all I get is below.

[2018-11-29T16:22:20,527][DEBUG][logstash.runner          ] --------------- Logstash Settings -------------------
[2018-11-29T16:22:20,598][DEBUG][logstash.config.source.multilocal] Reading pipeline configurations from YAML {:location=>"/etc/logstash/pipelines.yml"}
[2018-11-29T16:22:20,655][ERROR][org.logstash.Logstash    ] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit

The last line is:

[2018-11-29T16:22:20,655][ERROR][org.logstash.Logstash ] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit

Whilst I know this means a catastrophic failure usually it will give you a stack dump or something afterwards allowing you to figure out what is happening. In this case it just stops there nothing else. Is this normal behaviour or is there a way to increase the debug level past debug to get more info?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.