04. Test and monitor integration
Last updated
Last updated
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.
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 .
Make sure to have a properly configured Python interpreter (version >=3.9) and installed on your machine.
Click for more information.
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.