0

Does somebody know how to display all lines in IntelliJ build/test.

Like in my example below, I want to see the content of 6 more lines:

at org.apache.solr.core.MMapDirectoryFactory.init(MMapDirectoryFactory.java:51)
at org.apache.solr.core.SolrCore.initDirectoryFactory(SolrCore.java:528)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:724)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:688)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:838)
... 6 more
  • It is more JVM specific behaviour rather IntelliJ. Please see https://stackoverflow.com/questions/437756/how-do-i-stop-stacktraces-truncating-in-logs and https://stackoverflow.com/questions/1043378/print-full-call-stack-on-printstacktrace for more details/solution. – Egor Klepikov Sep 23 '22 at 11:46

0 Answers0