Skip to content

Commit

Permalink
fix(registry): enhance message about migrate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Desvelao committed Mar 12, 2024
1 parent 80c247f commit 0b0f4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/wazuh-core/server/start/tasks/config-file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export default {
);

if (savedObjectIsCreated) {
logger.info(
`The saved object exists so the configuration defined at the file [${configurationFileLocation}] will not be migrated. Skip.`,
logger.warn(
`The configuration saved object exists so the configuration defined at the file [${configurationFileLocation}] will not be migrated. Skip.`,
);
return;
}
Expand Down

0 comments on commit 0b0f4ce

Please sign in to comment.