mirror of https://github.com/zulip/zulip.git
ldap: Shorten the name of logger of `sync_ldap_user_data` command.
This commit is contained in:
parent
d2b7a24c26
commit
00ca98348a
|
@ -14,7 +14,7 @@ from zerver.models import UserProfile
|
|||
from zproject.backends import ZulipLDAPException, sync_user_from_ldap
|
||||
|
||||
## Setup ##
|
||||
logger = logging.getLogger(__name__)
|
||||
logger = logging.getLogger('zulip.sync_ldap_user_data')
|
||||
log_to_file(logger, settings.LDAP_SYNC_LOG_PATH)
|
||||
|
||||
# Run this on a cronjob to pick up on name changes.
|
||||
|
|
Loading…
Reference in New Issue