[MNG-7919] Change the log of unable to find the root directory to info (#1325)

Signed-off-by: crazyhzm <crazyhzm@apache.org>
This commit is contained in:
huazhongming 2023-11-28 07:13:26 +08:00 committed by GitHub
parent 05fcf5b2d3
commit 3927ca1843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -447,7 +447,7 @@ private void informativeCommands(CliRequest cliRequest) throws ExitException {
}
if (cliRequest.rootDirectory == null) {
slf4jLogger.debug(RootLocator.UNABLE_TO_FIND_ROOT_PROJECT_MESSAGE);
slf4jLogger.info(RootLocator.UNABLE_TO_FIND_ROOT_PROJECT_MESSAGE);
}
}