mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
adding log message for reload endpoint
This commit is contained in:
parent
cf66c2b7f1
commit
b1d741a661
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ public class NotebookRepoRestApi {
|
|||
@ZeppelinApi
|
||||
public Response refreshRepo(){
|
||||
AuthenticationInfo subject = new AuthenticationInfo(SecurityUtils.getPrincipal());
|
||||
LOG.info("Reloading notebook repository for user {}", subject.getUser());
|
||||
notebookWsServer.broadcastReloadedNoteList(subject, null);
|
||||
return new JsonResponse<>(Status.OK, "", null).build();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue