-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PLATFORM-1835]: Retire prima_rs_logger #85
[PLATFORM-1835]: Retire prima_rs_logger #85
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to also install a logger
https://docs.rs/tracing-subscriber/0.3.18/tracing_subscriber/fmt/index.html
I tried adding a docker-compose but then when building a dependency (clap_m...something) it complains rust 1.74 is needed 🤔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried adding a docker-compose but then when building a dependency (clap_m...something) it complains rust 1.74 is needed 🤔
not sure why you want a docker-compose, but you can just bump the rust version if you want to> I tried adding a docker-compose but then when building a dependency (clap_m...something) it complains rust 1.74 is needed 🤔
not sure why you want a docker-compose, but you can just bump the rust version if you want to
@MaeIsBad mainly because it has a nicer interface than base |
For localauth0 I just do development on the host, since there aren't any other dependencies 🤷♀️ |
https://prima-assicurazioni-spa.myjetbrains.com/youtrack/issue/PLATFORM-1835
Not sure if this is enough...