login debug log 추가
@c8f74b3408b3541d132685261c9c07422a7f368e
--- src/main/java/kcc/let/sym/log/lgm/service/EgovSysLogAspect.java
+++ src/main/java/kcc/let/sym/log/lgm/service/EgovSysLogAspect.java
... | ... | @@ -437,6 +437,7 @@ |
| 437 | 437 |
public void logAdminSelect(JoinPoint joinPoint) throws Throwable {
|
| 438 | 438 |
System.out.println("logAdminSelect");
|
| 439 | 439 |
Boolean isAuthenticated = EgovUserDetailsHelper.isAuthenticated(); |
| 440 |
+ System.out.println(" ++ isAuthenticated :: "+ isAuthenticated);
|
|
| 440 | 441 |
if(isAuthenticated.booleanValue()) {
|
| 441 | 442 |
SysLog sysLog = new SysLog(); |
| 442 | 443 |
String className = joinPoint.getTarget().getClass().getName(); |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?