Skip to content

Commit

Permalink
[Blog] Add shell scripts docs for v5
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Sep 14, 2024
1 parent f1aad61 commit 83d6b9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/blog/version-5.0-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ Version 5.0 of [Foal](https://foalts.org/) is out!
// ...
}
```
- Log context are supported.
- When running a script, the script name as well as a script ID are added to the log context.
- At the end of script execution, as with an HTTP request, a log is printed to indicate whether the execution was successful or unsuccessful.
- Any error thrown in the `main` function is now logged with the framework logger.
## Removal of deprecated components
Expand Down

0 comments on commit 83d6b9d

Please sign in to comment.