Understanding application logs

When the test is run, it generates a copious amount of log messages. Understanding this output is invaluable for debugging and troubleshooting purposes, we will discuss some important elements of these messages next. This section is, unavoidably, rather dense since it delves into the content of log files generated by the application, but it will be invaluable for developers since they will need to understand these log files for troubleshooting and optimization.

Early in the message output you will see ZooKeeper starting up:

2017-10-29 07:49:40,878 [main] INFO server.ZooKeeperServer <init> - Created server with tickTime 500 minSessionTimeout 1000 maxSessionTimeout 10000 datadir /tmp/zookeeper-snapshot2513970348898676323/version-2 ...

Get Learning Apache Apex now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.