forked from loafle/openapi-generator-original
use logger.info to display command line result
This commit is contained in:
@@ -21,7 +21,7 @@ public abstract class AbstractGenerator {
|
||||
|
||||
@SuppressWarnings("static-method")
|
||||
public File writeToFile(String filename, String contents) throws IOException {
|
||||
LOGGER.debug("writing file " + filename);
|
||||
LOGGER.info("writing file " + filename);
|
||||
File output = new File(filename);
|
||||
|
||||
if (output.getParent() != null && !new File(output.getParent()).exists()) {
|
||||
|
||||
Reference in New Issue
Block a user