[ML] Remove obsolete TODO
It has been decided that filebeat will be used to index ES logs Original commit: elastic/x-pack-elasticsearch@98f2169429
This commit is contained in:
parent
2357afd91b
commit
7eece908b2
|
@ -220,7 +220,6 @@ public class CppLogMessageHandler implements Closeable {
|
||||||
} else {
|
} else {
|
||||||
LOGGER.log(level, "[{}/{}] [{}@{}] {}", msg.getLogger(), latestPid, msg.getFile(), msg.getLine(), latestMessage);
|
LOGGER.log(level, "[{}/{}] [{}@{}] {}", msg.getLogger(), latestPid, msg.getFile(), msg.getLine(), latestMessage);
|
||||||
}
|
}
|
||||||
// TODO: Could send the message for indexing instead of or as well as logging it
|
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
if (jobId != null) {
|
if (jobId != null) {
|
||||||
LOGGER.warn(new ParameterizedMessage("[{}] Failed to parse C++ log message: {}",
|
LOGGER.warn(new ParameterizedMessage("[{}] Failed to parse C++ log message: {}",
|
||||||
|
|
Loading…
Reference in New Issue