Showing
1 changed file
with
1 additions
and
1 deletions
@@ -34,7 +34,7 @@ import java.util.List; | @@ -34,7 +34,7 @@ import java.util.List; | ||
34 | @ServiceDesc("activity") | 34 | @ServiceDesc("activity") |
35 | public class CutDownProductPriceRest { | 35 | public class CutDownProductPriceRest { |
36 | 36 | ||
37 | - private static Logger logger = LoggerFactory.getLogger("cutPriceLog"); | 37 | + private static Logger logger = LoggerFactory.getLogger(CutDownProductPriceRest.class); |
38 | 38 | ||
39 | @Autowired | 39 | @Autowired |
40 | private ICutDownPriceService cutDownPriceService; | 40 | private ICutDownPriceService cutDownPriceService; |
-
Please register or login to post a comment