@centreon/js-config 25.10.0 → 25.10.2-dev-25-10-x.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cypress/e2e/commands.ts +2 -2
- package/package.json +1 -1
package/cypress/e2e/commands.ts
CHANGED
|
@@ -554,8 +554,8 @@ Cypress.Commands.add(
|
|
|
554
554
|
cy.log(`Getting logs from container ${name} ...`);
|
|
555
555
|
|
|
556
556
|
return cy.getLogDirectory().then((logDirectory) => {
|
|
557
|
-
let sourcePhpLogs = '/var/log/php8.
|
|
558
|
-
let targetPhpLogs = `${logDirectory}/php8.
|
|
557
|
+
let sourcePhpLogs = '/var/log/php8.2-fpm-centreon-error.log';
|
|
558
|
+
let targetPhpLogs = `${logDirectory}/php8.2-fpm-centreon-error.log`;
|
|
559
559
|
let sourceApacheLogs = '/var/log/apache2';
|
|
560
560
|
let targetApacheLogs = `${logDirectory}/apache2`;
|
|
561
561
|
if (Cypress.env('WEB_IMAGE_OS').includes('alma')) {
|
package/package.json
CHANGED