| 
														
															@@ -32,13 +32,13 @@ public class ControllerAspect { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 JSONUtils.toJson(pjp.getArgs())); 
														 | 
														
														 | 
														
															                 JSONUtils.toJson(pjp.getArgs())); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         Object result = pjp.proceed(); 
														 | 
														
														 | 
														
															         Object result = pjp.proceed(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if (result != null && result instanceof String) { 
														 | 
														
														 | 
														
															         if (result != null && result instanceof String) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            log.info("response className=[{}], method=[{}], param=[{}] result=[{}] cost=[{}]", className, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                    signature.getName(), JSONUtils.toJson(pjp.getArgs()), result, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                    stopwatch.stop().elapsed(TimeUnit.MILLISECONDS)); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            log.info("response className=[{}], method=[{}],  cost=[{}] param=[{}] result=[{}]", className, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    signature.getName(), stopwatch.stop().elapsed(TimeUnit.MILLISECONDS), 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    JSONUtils.toJson(pjp.getArgs()), result); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         } else { 
														 | 
														
														 | 
														
															         } else { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            log.info("response className=[{}], method=[{}], param=[{}] result=[{}] cost=[{}]", className, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                    signature.getName(), JSONUtils.toJson(pjp.getArgs()), JSONUtils.toJson(result), 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                    stopwatch.stop().elapsed(TimeUnit.MILLISECONDS)); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            log.info("response className=[{}], method=[{}], cost=[{}] param=[{}] result=[{}]", className, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    signature.getName(), stopwatch.stop().elapsed(TimeUnit.MILLISECONDS), 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    JSONUtils.toJson(pjp.getArgs()), JSONUtils.toJson(result)); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         } 
														 | 
														
														 | 
														
															         } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															         TraceUtils.removeMDC(); 
														 | 
														
														 | 
														
															         TraceUtils.removeMDC(); 
														 |