Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit a54949d

Browse files
chore: improve activation logging
1 parent f287376 commit a54949d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/activation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def try_auto_activate(org: Owner, owner: Owner) -> bool:
8181
activator.activate_user()
8282
return True
8383
else:
84-
log.info("Auto-activation failed -- not enough seats remaining")
84+
log.info("Auto-activation of user {owner.ownerid} in {org.ownerid} failed -- not enough seats remaining")
8585
return False
8686

8787

0 commit comments

Comments
 (0)