-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove `tools` module imports from `logger` * Fix var name * Update log files location * Add changelog * Update help message * Apply suggestions from code review Co-authored-by: Guy Afik <[email protected]> * black * Add tests, and update logger functions * Update default logs directory * Update pre-commit to allow line-breaks (represented by 2 spaces) on markdown files * Update `log-file-path` for commands that use `typer` * Minor improvements * Update CircliCI logs path parameter * Apply suggestions from code review Co-authored-by: tkatzir <[email protected]> * Minor improvements * pre-commit fix * Use logger import instead of `getLogger` * Move environment variable names to constants module * Resolve redundant loggers setup issue * Add integration tests * Fix & update logging flags for typer commands * Add new-format changelogs * Add changelogs * Utilize monkeypatch * Add given-when-then * Remove unused var * Remove usage of caplog * pre-commit * Minor improvements * Fix release-notes tag --------- Co-authored-by: Guy Afik <[email protected]> Co-authored-by: tkatzir <[email protected]>
- Loading branch information
1 parent
07bd37d
commit c73d3d1
Showing
41 changed files
with
614 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
changes: | ||
- description: Log files will now be saved by default to `$HOME/.demisto-sdk/logs`. This behavior can be overridden by the `--log-file-path` flag, or the `DEMISTO_SDK_LOG_FILE_PATH` environment variable. | ||
type: feature | ||
pr_number: 3912 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
Utils/github_workflow_scripts/changelog_validation_scripts/validate_changelog.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.