fix jobconfigparser, fix error in database->mssql, reduce logging for jobrunner
This commit is contained in:
@@ -150,7 +150,7 @@ Public Class ActiveDirectoryInterface
|
||||
Using oContext As New PrincipalContext(ContextType.Domain)
|
||||
Using oGroupPrincipal As GroupPrincipal = GroupPrincipal.FindByIdentity(oContext, IdentityType.Name, GroupName)
|
||||
If oGroupPrincipal Is Nothing Then
|
||||
_logger.Warn("Group {0} does not exist.", GroupName)
|
||||
_logger.Debug("Group {0} does not exist.", GroupName)
|
||||
Return oUsers
|
||||
End If
|
||||
|
||||
@@ -181,7 +181,7 @@ Public Class ActiveDirectoryInterface
|
||||
End If
|
||||
Next
|
||||
Else
|
||||
_logger.Warn("Could not fetch CustomAttributes for user {0}", oUser)
|
||||
_logger.Debug("Could not fetch CustomAttributes for user {0}", oUser)
|
||||
End If
|
||||
|
||||
_logger.Debug("Trying to add User {0} to user list", oUser)
|
||||
|
||||
Reference in New Issue
Block a user