Иван Vandot

Results 7 issues of Иван Vandot

Adding `SyslogIdentifier` to `systemd.service` will make logs prettier :) It will go from this ``` Jun 08 09:45:24 hostname index.js[46800]: Some log line ``` To this ``` Jun 08 09:45:24...

tried in config `bootnode-local-dns` inherits `bootnode-local` that inherits `bee-local` ``` bee-local: _inherit: "" bootnode-local: _inherit: "bee-local" bootnode-mode: true bee-local-dns: _inherit: "bee-local" bootnode: /dnsaddr/localhost bootnode-local-dns: _inherit: "bootnode-local" bootnode: /dnsaddr/localhost ``` ```...

issue

Testing new setup-contract docker image - - - This change is [](https://reviewable.io/reviews/ethersphere/bee/3233)

pull-request

Bee merged api and debug api. This PR will be used for all changes that are needed on the beekeeper side.

pull-request

### Your request Using terraform provider while creating MySQL by default `caching_sha2_password` is being used and there is no possibility to change it, while that possibility exists in the UI...

### Checklist - [ ] I have read the [coding guide](https://github.com/ethersphere/bee/blob/master/CODING.md). - [ ] My change requires a documentation update, and I have done it. - [ ] I have...