zouxuan 2 years ago
parent
commit
2cd3e67dc5

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/service/impl/OrderPayOpsServiceImpl.java

@@ -82,7 +82,7 @@ public class OrderPayOpsServiceImpl implements OrderPayOpsService {
 
     @Override
     public Map<String, Object> executePayment(PaymentParam payParam) throws Exception {
-        log.info("executePayment >>>>> {}", JSON.toJSONString(payParam));
+        log.warn("executePayment >>>>> {}", JSON.toJSONString(payParam));
         if (payParam.getAmount() == null) {
             throw new Exception("PaymentParam query is null");
         }

+ 0 - 5
mec-student/src/main/resources/logback-spring.xml

@@ -50,11 +50,6 @@
 		<appender-ref ref="messagefile" />
 	</logger>
 
-	<logger name="com.ym.mec.student.controller.StudentOrderController" level="INFO"
-			additivity="false">
-		<appender-ref ref="messagefile" />
-	</logger>
-
 	<!--本地环境:打印控制台 -->
 	<springProfile name="local">
 		<root level="INFO">