Skip to content

Commit a43e858

Browse files
committed
log
1 parent 47d482c commit a43e858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langfuse/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ def fetch_observations(
796796
"""
797797
try:
798798
self.log.debug(
799-
f"Getting observations... {page}, {limit}, {name}, {user_id}, {trace_id}, {parent_observation_id}, {from_start_time}, {to_start_time}, {type}"
799+
f"Getting observations... {page}, {limit}, {name}, {user_id}, {trace_id}, {parent_observation_id}, {from_start_time}, {to_start_time}, {environment}, {type}"
800800
)
801801
res = self.client.observations.get_many(
802802
page=page,

0 commit comments

Comments
 (0)