-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
False
-
None
-
False
-
-
-
-
Customer is requesting that upon execution of a batch file through the command
$ ./cli.sh -f createcache.cli
output logs be shown
CURRENT BEHAVIOR
At the moment no logs are shown when running a cli.sh batch file.
DESIRED BEHAVIOR
Display logs that describe the action that has ben taken on the server.
STEPS TO REPRODUCE
Create a file createcache.cli with the example content
connect --username=admin --password=admin create cache myCache1 --template=org.infinispan.DIST_SYNC create cache myCache2 --template=org.infinispan.REPL_SYNC create cache myCache3 --template=org.infinispan.LOCAL disconnect
Then execute:
$ ./cli.sh -f createcache.cli
Verify then that no logs are shown.