Joystream / joystream

Joystream Monorepo
http://www.joystream.org
GNU General Public License v3.0
1.42k stars 115 forks source link

[Argus] Fix config parsing bug #4788

Closed zeeshanakram3 closed 1 year ago

zeeshanakram3 commented 1 year ago

addresses #4787

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment | Name | Status | Preview | Updated (UTC) | | :--- | :----- | :------ | :------ | | **pioneer-testnet** | ⬜️ Ignored ([Inspect](https://vercel.com/joystream/pioneer-testnet/2LzUUwB3TtiV3SvkPq5T1FsYAUYn)) | | Jun 12, 2023 1:08pm |
mnaamani commented 1 year ago

Would merging https://github.com/Joystream/joystream/pull/4759 without this fix be problematic?

zeeshanakram3 commented 1 year ago

Would merging #4759 without this fix be problematic?

The error fixed in this PR occurred if we didn't provide the required property of an optional object in config.yml. In #4759, a new property logs.elastic.index is being added, which is already optional. So I think we won't have an issue if we merge #4759 without this fix.