|
@@ -76,7 +76,8 @@ public class ExtractConfigController extends ControllerSupport {
|
|
extractConfigFileService.saveExtractConfigAndBuildPaperFile(extractConfig, isbuildFile, user);
|
|
extractConfigFileService.saveExtractConfigAndBuildPaperFile(extractConfig, isbuildFile, user);
|
|
return new ResponseEntity<Object>(HttpStatus.OK);
|
|
return new ResponseEntity<Object>(HttpStatus.OK);
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
- e.printStackTrace();
|
|
|
|
|
|
+ //e.printStackTrace();
|
|
|
|
+ logger.error(e.getMessage(),e);
|
|
throw new StatusException("Q-050099",e.getMessage());
|
|
throw new StatusException("Q-050099",e.getMessage());
|
|
}
|
|
}
|
|
}
|
|
}
|