From 18676bb560e4ad2f1de9a7b7430fb8cb1004befd Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 26 Dec 2023 08:49:49 +0530 Subject: [PATCH] (fix) langfuse - asycn logger --- litellm/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/utils.py b/litellm/utils.py index c26e22629..c142296fb 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -1444,6 +1444,7 @@ class Logging: response_obj=result, start_time=start_time, end_time=end_time, + user_id=kwargs.get("user", None), print_verbose=print_verbose, ) except: