This message was deleted.
# troubleshooting
s
This message was deleted.
d
I don’t see the following on
ThreadingTaskRunner.java
Copy code
final File logFile = new File(taskDir, "log");
final File reportsFile = new File(attemptDir, "report.json");
@Cory Johannsen Do you see your task logs when running
Indexer
daemon? I am seeing blank screen on the Druid UI for the
Indexer
.
c
In indexer mode the logs are routed to the
indexer
log itself, not the individual task VMs (which is where the UI is attempting to fetch from I think). We send out
indexer
logs to stdout and collect to Kibana, and that contains all logs for the entire node.
d
OOOOOOO that’s a big change.
ok, ok, I thought I messed up something in the log4j2.xml
c
Yeah it took me a bit to locate. Since the indexers are all just running in a threadpool inside the single VM all logs go to one place.