Skip to content

Commit

Permalink
整理DEBUG模块
Browse files Browse the repository at this point in the history
  • Loading branch information
oldmanpushcart committed Jan 25, 2023
1 parent c7882ef commit 1338e81
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 139 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
@MetaInfServices(Module.class)
@Information(id = "debug-exception-logger", version = "0.0.2", author = "luanjia@taobao.com")
public class LogExceptionModule implements Module, LoadCompleted {
public class DebugLogExceptionModule implements Module, LoadCompleted {

private final Logger exLogger = LoggerFactory.getLogger("DEBUG-EXCEPTION-LOGGER");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/
@MetaInfServices(Module.class)
@Information(id = "debug-servlet-access", version = "0.0.2", author = "luanjia@taobao.com")
public class LogServletAccessModule implements Module, LoadCompleted {
public class DebugLogServletAccessModule implements Module, LoadCompleted {

private final Logger logger = LoggerFactory.getLogger("DEBUG-SERVLET-ACCESS");

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 1338e81

Please sign in to comment.