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

Allow timezone to be selected for the logging output #5

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

spilchen
Copy link
Contributor

@spilchen spilchen commented Mar 15, 2024

The timezone for the logger can now be selected using the helm chart parameter 'timezone'. As logging employs log4j, ensure you use a Java-friendly timezone ID. Refer to this site for available IDs: https://docs.oracle.com/middleware/1221/wcs/tag-ref/MISC/TimeZones.html

For example, to use time from Halifax, you would run:

helm install k vertica-charts/kafka-scheduler-chart --set timezone="America/Halifax"

The timezone for the logger can now be selected using the helm chart
parameter 'timezone'. As logging employs log4j, ensure you use a
Java-friendly timezone ID. Refer to this site for available IDs:
https://docs.oracle.com/middleware/1221/wcs/tag-ref/MISC/TimeZones.html

For example, to use time from Halifax, you would run:
helm install k vertica-charts/kafka-scheduler-chart --set timezone="America/Halifax"
@spilchen spilchen self-assigned this Mar 15, 2024
@spilchen spilchen changed the title Allow timezone to be selected through the helm chart Allow timezone to be selected for the logging output Mar 15, 2024
@spilchen spilchen merged commit 461433c into main Mar 15, 2024
2 checks passed
@spilchen spilchen deleted the spilchen/choose-timezone branch March 15, 2024 13:54
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.

1 participant