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

[xray] Unable to set log levels #1821

Closed
bmanuel opened this issue Sep 21, 2023 · 1 comment
Closed

[xray] Unable to set log levels #1821

bmanuel opened this issue Sep 21, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@bmanuel
Copy link
Contributor

bmanuel commented Sep 21, 2023

Is this a request for help?:


Is this a BUG REPORT or FEATURE REQUEST? (choose one): Feature

Which chart:

xray

What you expected to happen:

There are times that it would be helpful to run xray services with different log levels, especially when trying to debug issues. The chart does not currently support setting the log levels for those services. Ideally, it would be possible to set a global level and then override it for each service individually if necessary.

Anything else we need to know:

It is possible to override the system yaml and add the logging, so that is a usable short term fix. Needing a custom system yaml is not ideal since updates in this chart no longer are used, increasing the burden during upgrades.

@chukka chukka added the enhancement New feature or request label Sep 22, 2023
@rahulsadanandan
Copy link
Collaborator

rahulsadanandan commented Jun 29, 2024

@bmanuel Recently have merged a feature (#1842) that allows overriding the system YAML with the extraSystemYaml section. The entries specified under ‘xray.extraSystemYaml’ will be merged with files/system.yaml to generate the final system.yaml.

https://github.com/jfrog/charts/blob/master/stable/xray/values.yaml#L192-L202

Let us know if this works for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants