lucky-pucka
lucky-pucka
@loyd thanks a lot for your response! There are a lot of interesting things that I even didn't know about `common` section and entrypoint group. Before you replied I had...
@loyd do I understand correctly that `.with_state` I can have some custom logic and load some data from JSON file for example and have access to it via self.ctx somehow?
@loyd thank you for reply! Unfortunately I didn't catch the idea with [name method](https://docs.rs/tokio/latest/tokio/task/struct.Builder.html#method.name). Where do I need to use it method? In topology somewhere? It will be great if...
> You can replace the whole logger (do not call elfo::batteries::logger::init()) with console_subscriber::init(); in this case. Yes, I've made like this but I'd like to use predefined elfo-logger layers. I...