rik-org / rik

RIK is an experimental workload orchestrator that allows you to deploy your cloud applications, written in Rust.
https://rik-org.github.io/rik/
Apache License 2.0
68 stars 11 forks source link

set default log level to info for all components #59

Closed alexandrebrg closed 1 year ago

alexandrebrg commented 1 year ago

What needs to be done

Why is it needed

JeremyLARDENOIS commented 1 year ago

Hello, I wanted to take this issue but it seems that all components use info level:

MaloPolese commented 1 year ago

I'm working on it for riklet https://github.com/rik-org/rik/issues/69 But you can do it for the other projet @JeremyLARDENOIS

JeremyLARDENOIS commented 1 year ago

@MaloPolese Do you have any example of what must be done? I think that I misunderstand the idea behind this issue.

kalil-pelissier commented 1 year ago

Done in #94