8000 logger: refactor logger configuration by NDStrahilevitz · Pull Request #2971 · aquasecurity/tracee · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

logger: refactor logger configuration #2971

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

Merged

Conversation

NDStrahilevitz
Copy link
Collaborator

Removed the option for configuring the logger from environemnt variables in favor of programmatic configuration.
This further exposes the option of supplying your own logger implementation and replacing tracee's default implemenation for library consumers of tracee.

Clean up the package to separate files for the utilities (log counters and caller info).

Fix #2475

Removed the option for configuring the logger from environemnt variables
in favor of programmatic configuration.
This further exposes the option of supplying your own logger
implementation and replacing tracee's default implemenation for library
consumers of tracee.

Clean up the package to separate files for the utilities (log counters
and caller info).
@NDStrahilevitz NDStrahilevitz force-pushed the logger-refactors-2475 branch from a8873aa to ef90ed0 Compare April 4, 2023 09:51
Since moving to new the new AMI testing infrastructure, the machines
running the integration tests do not have the alpine image pulled
before running the tests.
As such we may miss the container id of the alpine container in
do_docker_run because docker pulls the image first, which causes the
expected id to be empty.

Add a docker pull alpine call beforehand to resolve this.
Copy link
Member
@geyslan geyslan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rafaeldtinoco rafaeldtinoco self-requested a review April 4, 2023 12:56
Copy link
Contributor
@rafaeldtinoco rafaeldtinoco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@NDStrahilevitz NDStrahilevitz merged commit dd639ee into aquasecurity:main Apr 7, 2023
@NDStrahilevitz NDStrahilevitz deleted the logger-refactors-2475 branch April 7, 2023 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logger refactors
3 participants
0