https://github.com/logflare/release_logger_example
https://github.com/logflare/release_logger_example
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/logflare/release_logger_example
- Owner: Logflare
- Created: 2020-09-21T17:14:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T17:15:59.000Z (over 5 years ago)
- Last Synced: 2025-09-10T23:59:39.821Z (9 months ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReleaseLogger: a minimal Elixir app with logging from releases
Generate a new release and run it with attached iex.
```bash
mix release
_build/dev/rel/release_logger/bin/release_logger start_iex
```
then execute in the iex console
```elixir
> ReleaseLogger.hello()
```