Add set_info logging for key/value updates
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -382,6 +382,7 @@ async def set_info(
|
|||||||
key = json_data['key']
|
key = json_data['key']
|
||||||
value = json_data['value']
|
value = json_data['value']
|
||||||
current_state[key] = value
|
current_state[key] = value
|
||||||
|
logger.info(f'即将设置 {key} 为 {value}')
|
||||||
logger.info(f'即将上传 {current_state}')
|
logger.info(f'即将上传 {current_state}')
|
||||||
|
|
||||||
# Update state using SDK
|
# Update state using SDK
|
||||||
|
|||||||
Reference in New Issue
Block a user