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
We're using Powertools Logger and after some digging realised that the pattern provided by SST Console ?"Invoke Error" ?"Error: Runtime exited" ?"Task timed out after" ?" ERROR " ?"[ERROR]" does not match any part of the errors in the logs.
We will now be interception and formatting each log before passing on to the console, to adhere to this pattern. However, I might suggest a change to the subscription pattern that we be allowed to add custom filtering to the pattern in the sst.config.ts file.
We're using Powertools Logger and after some digging realised that the pattern provided by SST Console
?"Invoke Error" ?"Error: Runtime exited" ?"Task timed out after" ?" ERROR " ?"[ERROR]"
does not match any part of the errors in the logs.We will now be interception and formatting each log before passing on to the console, to adhere to this pattern. However, I might suggest a change to the subscription pattern that we be allowed to add custom filtering to the pattern in the
sst.config.ts
file.console/packages/core/src/issue/index.ts
Lines 346 to 358 in 5997616
The text was updated successfully, but these errors were encountered: