Switch to JSON structured logging
Change-Id: Ic44c801a807628ea4e3dcda0aef972c16797e5cd
This commit is contained in:
@@ -42,7 +42,7 @@ public class LocalExecution implements Callable<Integer> {
|
||||
try {
|
||||
msg = mapper.readTree(Files.readString(app_creation_msg, StandardCharsets.UTF_8));
|
||||
} catch (IOException e) {
|
||||
log.error("Could not read an input file: ", e);
|
||||
log.error("Could not read an input file: {}", app_creation_msg, e);
|
||||
return 1;
|
||||
}
|
||||
NebulousApp app = NebulousApp.newFromAppMessage(msg, connector);
|
||||
|
||||
Reference in New Issue
Block a user