sowon4187 4 سال پیش
والد
کامیت
29442d2421
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/main/java/com/style24/front/biz/web/TsfCommonController.java

+ 2 - 1
src/main/java/com/style24/front/biz/web/TsfCommonController.java

@@ -120,7 +120,8 @@ public class TsfCommonController extends TsfBaseController {
 		if(directory != null) {
 			orientation = directory.getInt(ExifIFD0Directory.TAG_ORIENTATION);
 		}
-		log.debug("orientation: {}", orientation);
+		
+		log.info("orientation: {}", orientation);
 		String targetPath = GagaFileUtil.getConcatenationPath(env.getProperty("upload." + policy + ".target.path"), subDir);
 
 		GagaFileUploadUtil fuUtil = new GagaFileUploadUtil(targetPath, Long.parseLong(env.getProperty("upload." + policy + ".max.size")), env.getProperty("upload." + policy + ".allow.extension"), env.getProperty("upload." + policy + ".view"));