@centreon/js-config 26.7.1 → 26.7.2
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
|
@@ -642,8 +642,8 @@ Cypress.Commands.add(
|
|
|
642
642
|
cy.log(`Getting logs from container ${name} ...`);
|
|
643
643
|
|
|
644
644
|
return cy.getLogDirectory().then((logDirectory) => {
|
|
645
|
-
let sourcePhpLogs = '/var/log/php8.
|
|
646
|
-
let targetPhpLogs = `${logDirectory}/php8.
|
|
645
|
+
let sourcePhpLogs = '/var/log/php8.4-fpm-centreon-error.log';
|
|
646
|
+
let targetPhpLogs = `${logDirectory}/php8.4-fpm-centreon-error.log`;
|
|
647
647
|
let sourceApacheLogs = '/var/log/apache2';
|
|
648
648
|
let targetApacheLogs = `${logDirectory}/apache2`;
|
|
649
649
|
if (Cypress.env('WEB_IMAGE_OS').includes('alma')) {
|