You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, my application does extensive logging to console/output and it is extremely hard to follow separate invocations/executions because there is no way to separate requests when running lambda-local using the HTTP server option. Although I have my own spacing once each invocation starts, if there was a way to optionally add a separator between each invocation that would make it better for readability and to search for and/or parse individual request IDs more easily.
The text was updated successfully, but these errors were encountered:
tfrancois
changed the title
Feature Request: Option to add a separator between invocations
Feature Request: Option to add a separator between invocations for local server option
Jan 22, 2024
Hi, my application does extensive logging to console/output and it is extremely hard to follow separate invocations/executions because there is no way to separate requests when running lambda-local using the HTTP server option. Although I have my own spacing once each invocation starts, if there was a way to optionally add a separator between each invocation that would make it better for readability and to search for and/or parse individual request IDs more easily.
CURRENT:
PROPOSED (with optional dashed line - or any other custom separator)
Thanks in advance for any consideration.
The text was updated successfully, but these errors were encountered: