Add debug log when reading message from stdin
This commit is contained in:
parent
cb346fdec4
commit
c3a9022bec
@ -104,6 +104,7 @@ public class SendCommand implements JsonRpcLocalCommand {
|
||||
|
||||
var messageText = ns.getString("message");
|
||||
if (messageText == null) {
|
||||
logger.debug("Reading message from stdin...");
|
||||
try {
|
||||
messageText = IOUtils.readAll(System.in, Charset.defaultCharset());
|
||||
} catch (IOException e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user