-
Notifications
You must be signed in to change notification settings - Fork 79
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
sdk logging file size & rotation #3495
Conversation
Pull Request Test Coverage Report for Build 56ecbc9c-0332-4296-8ada-9a290773fc30
💛 - Coveralls |
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.
Why kebab-case
rather than snake_case
?
CHANGELOG.md
Outdated
* Fixed an issue with wrong recommendation for log level deprecated arguments in the sdk logger. | ||
* Fixed an issue with wrong documentation for log level arguments in the sdk logger. |
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.
see the end here
@@ -25,18 +26,42 @@ | |||
DATE_FORMAT = "%Y-%m-%dT%H:%M:%S" | |||
|
|||
DEPRECATED_PARAMETERS = { |
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.
were these underscored before deprecation?
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.
i'm just changing the new name, which use underscore and not hyphens
Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>
Related Issues
fixes: https://jira-hq.paloaltonetworks.local/browse/CIAC-8034
Description
sdk logging file size & rotation
Content PR - demisto/content#29144