mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
- [x] Updated log level string for client and gateways to info or higher - [x] Update logs to hide DNS information I also removed `hickory_resolve` errors which could contain sensitive info from our general error and hide the logs that specifically relates to them. @bmanifold double checking that the log levels in the gateway's `*.tf` files are just used for our own gateways. Also, the relays still have `debug`, since only we see that I think that makes sense but double checking with @jamilbk Fixes: #3618. --------- Signed-off-by: Gabi <gabrielalejandro7@gmail.com> Co-authored-by: Reactor Scram <ReactorScram@users.noreply.github.com>
Web
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix