Skip to content

Commit

Permalink
fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kornys committed Jan 10, 2024
1 parent e6cf99f commit 8f2c7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/odh/test/Environment.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private static Map<String, Object> loadConfigurationFile() {
File yamlFile = new File(config).getAbsoluteFile();
return yaml.load(new FileInputStream(yamlFile));
} catch (IOException ex) {
LOGGER.info("Json configuration not provider or not exists");
LOGGER.info("Yaml configuration not provider or not exists");
return Collections.emptyMap();
}
}
Expand Down

0 comments on commit 8f2c7c1

Please sign in to comment.