Skip to content

Conversation

@rohilsurana
Copy link
Member

Fixes #9

Comment on lines +118 to +125
var cfg config
if err := mapstructure.Decode(r.Configs, &cfg); err != nil {
return nil, errors.New("unable to parse configs")
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mabdh what do you think of this approach?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is better!

Copy link
Member

@ishanarya0 ishanarya0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rohilsurana rohilsurana merged commit 1d05b59 into raystack:main Apr 11, 2022
Meghajit pushed a commit to Meghajit/entropy that referenced this pull request May 4, 2023
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.

[Core][Logs] Add support for streaming logs

4 participants