|
|
@@ -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"));
|