Skip to content

Commit

Permalink
Add model to action logging (#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu authored Nov 14, 2023
1 parent 8d99aad commit 876cc17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/lib/actions/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export async function runActionStreamed(
},
action: actionName,
app: action.app,
model: config.MODEL,
};

logger.info(loggerArgs, "Action run creation");
Expand Down

0 comments on commit 876cc17

Please sign in to comment.