Skip to content
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

Config rpc enable flags, fixed logger setup #61

Merged
merged 6 commits into from
Oct 15, 2024
Merged

Conversation

evlekht
Copy link
Member

@evlekht evlekht commented Oct 15, 2024

  1. Adds partner_plugin.enabled and rpc_server.enabled config fields/flags. Those bool fields will control if partner plugin rpc client or bot rpc server are started.

  2. Fixes logger setup. Now it will correctly create zap production/development logger according to config developer_mode. Previously it was reading this field before reading config file, so it would use default value in case if it wasn't given as env or flag.

@evlekht evlekht changed the title Evlekht/fix config Config rpc enable flags, fixed logger setup Oct 15, 2024
@evlekht evlekht marked this pull request as ready for review October 15, 2024 15:50
@evlekht evlekht merged commit f83ed05 into dev Oct 15, 2024
3 checks passed
@evlekht evlekht deleted the evlekht/fix-config branch October 15, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants