Closed vadorovsky closed 2 years ago
Name | Link |
---|---|
Latest commit | f3d9bff2f458e6ee54c297875fa98877caea6332 |
Latest deploy log | https://app.netlify.com/sites/aya-rs/deploys/633c3024e06a9a0009a45886 |
Deploy Preview | https://deploy-preview-66--aya-rs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
We are using env_logger in aya-template, so switch to it in all examples for consistency.
Also, mention
RUST_LOG
env variable when running examples. The default log level of env_logger iserror
, the most of our examples useinfo!
, soRUST_LOG=info
is approrpiate.Signed-off-by: Michal Rostecki vadorovsky@gmail.com