When running the command rx get application to get a list of all applications. The list is printed out using a logging library that logs it as INFO. This makes it so that the list is not sent to stdout and can not be piped to any other command in the terminal
This pull request changes it so that it print to stdout instead.
When running the command
rx get application
to get a list of all applications. The list is printed out using a logging library that logs it as INFO. This makes it so that the list is not sent to stdout and can not be piped to any other command in the terminalThis pull request changes it so that it print to stdout instead.