mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Implement register and verify commands for json rpc
This commit is contained in:
parent
4a1af0786c
commit
79cc225869
6 changed files with 149 additions and 9 deletions
|
@ -100,7 +100,7 @@ public class Main {
|
|||
}
|
||||
SLF4JBridgeHandler.removeHandlersForRootLogger();
|
||||
SLF4JBridgeHandler.install();
|
||||
// java.util.logging.Logger.getLogger("").setLevel(java.util.logging.Level.FINEST);
|
||||
java.util.logging.Logger.getLogger("").setLevel(java.util.logging.Level.FINEST);
|
||||
}
|
||||
|
||||
private static int getStatusForError(final CommandException e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue