Uploaded image for project: 'Red Hat Data Grid'
  1. Red Hat Data Grid
  2. JDG-7454

Add output logs to CLI batch file execution.

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • CLI
    • 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.

              karestig@redhat.com Katia Aresti
              dscrimie84 Davide Scrimieri
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: