mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-20 07:49:11 +00:00
use logger.info to display command line result
This commit is contained in:
@@ -16,7 +16,7 @@ public class ConfigParser {
|
||||
|
||||
public static Config read(String location) {
|
||||
|
||||
LOGGER.debug("reading config from " + location);
|
||||
LOGGER.info("reading config from " + location);
|
||||
|
||||
ObjectMapper mapper = new ObjectMapper();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user