jadded a log at info when the workspace via shubis created for a user

This commit is contained in:
Massimiliano Assante 2021-02-04 17:44:19 +01:00
parent f634c525ef
commit bf740de4f6
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ public class WorkspaceCreateAccountThread implements Runnable {
StorageHubClient shc = new StorageHubClient(); StorageHubClient shc = new StorageHubClient();
try { try {
shc.createUserAccount(currentUsername); shc.createUserAccount(currentUsername);
_log.info("\n*** shub.createUserAccount done for " + currentUsername);
} }
catch (UserNotAuthorizedException e) { catch (UserNotAuthorizedException e) {
_log.error("shub.createUserAccount failed for "+username + " trying with super mega admin ..."); _log.error("shub.createUserAccount failed for "+username + " trying with super mega admin ...");