Skip to content

Commit

Permalink
user
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Mar 15, 2024
1 parent 7283be5 commit 1dba79d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ object OperationAuditLogger extends Logging {
sb.append(s"operation=${operation.getHandle.identifier}").append("\t")
sb.append(s"opType=${operation.getClass.getSimpleName}").append("\t")
sb.append(s"state=$state").append("\t")
sb.append(s"user=${operation.getSession.user}").append("\t")
sb.append(s"session=${operation.getSession.handle.identifier}")
info(sb.toString())
}
Expand Down

0 comments on commit 1dba79d

Please sign in to comment.