-
Notifications
You must be signed in to change notification settings - Fork 68
fix: Adding configurable timezone support for log timestamps v2 #4198
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
base: v2.x.x
Are you sure you want to change the base?
fix: Adding configurable timezone support for log timestamps v2 #4198
Conversation
Signed-off-by: hrishikesh-nalawade <[email protected]>
Signed-off-by: hrishikesh-nalawade <[email protected]>
Signed-off-by: hrishikesh-nalawade <[email protected]>
Signed-off-by: hrishikesh-nalawade <[email protected]>
…gurable-log-timezone-v2' into hrishikesh-nalawade/GH3921/configurable-log-timezone-v2
Signed-off-by: hrishikesh-nalawade <[email protected]>
Signed-off-by: hrishikesh-nalawade <[email protected]>
…gurable-log-timezone-v2' into hrishikesh-nalawade/GH3921/configurable-log-timezone-v2
Signed-off-by: hrishikesh-nalawade <[email protected]>
|
-Dibm.serversocket.recover=true \ | ||
-Dfile.encoding=UTF-8 \ | ||
-Dlogging.charset.console=${ZOWE_CONSOLE_LOG_CHARSET} \ | ||
-Dlogging.timezone=${ZWE_zowe_logging_timezone:UTC} \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:
is invalid syntax, need :-
this appears in each shell script.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for pointing that out, updated it!
Signed-off-by: hrishikesh-nalawade <[email protected]>
|
Signed-off-by: hrishikesh-nalawade <[email protected]>
Description
Currently, the API ML logs are generated with UTC timestamps. These changes will allow users to configure the timezone for log timestamps, giving them the option to set it to either their
LOCAL
orUTC
. This configuration can be managed within thezowe.yaml
file using theZWE_zowe_logging_timezone
variable.Linked to #3921
Type of change
Checklist: