04. Test and monitor integration
Once you have installed the Batch Service you have to complete the integration checklist running a set of functional test in UAT environment using the tools PagoPA provides. It is strongly suggested that you run also a test in PROD environment, as documented in the following pages.
Before running the test you have to enable the log tracking and prepare a Python environment as described below.
Enable log tracking
By default the application log are saved in the ACQ_BATCH_TRX_LOGS_PATH
directory and named application.log
.
If you wish to change the default behaviour you can visit this page.
Activate Python environment
Every time you want to use a CSTAR-CLI command you have to activate both a Python environment and a Poetry shell.
Make sure to be in CSTAR-CLI root directory.
Enter the Poetry shell by running the following commands:
Run the following script to access CSTAR-CLI tools:
Now you are ready tu use Python tools offered by CSTAR-CLI.
Last updated