private void setFields(Configuration conf) throws IOException { taskLogsTruncater = new TaskLogsTruncater(conf); userLogCleaner = new UserLogCleaner(this, conf); monitorLogEvents.setDaemon(true); }