Skip to content

Commit

Permalink
Reorder log messages
Browse files Browse the repository at this point in the history
Co-authored-by: Min RK <[email protected]>
  • Loading branch information
yuvipanda and minrk authored May 30, 2024
1 parent 300f49d commit 4082c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterhub/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1564,10 +1564,10 @@ async def apply_group_overrides(self):
if user_group_names & set(go['groups']):
# If there is *any* overlap between the groups user is in
# and the groups for this override, apply overrides
self._apply_overrides(go['spawner_override'])
self.log.info(
f"Applying group_override {key} for {self.user.name}, modifying config keys: {' '.join(go['spawner_override'].keys())}"
)
self._apply_overrides(go['spawner_override'])


def _try_setcwd(path):
Expand Down

0 comments on commit 4082c2d

Please sign in to comment.