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

fix: stderr logger in windows os #1081

Merged
merged 3 commits into from
Feb 9, 2024

Conversation

amirvalhalla
Copy link
Member

Description

Fix stderr logger in windows os.

Related issue(s)

If this Pull Request is related to an issue, mention it here.

@amirvalhalla amirvalhalla self-assigned this Feb 8, 2024
Copy link

codecov bot commented Feb 8, 2024

Codecov Report

Merging #1081 (bf736ae) into main (9f27bf4) will decrease coverage by 0.02%.
The diff coverage is 81.81%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1081      +/-   ##
==========================================
- Coverage   81.47%   81.45%   -0.02%     
==========================================
  Files         173      173              
  Lines        9166     9167       +1     
==========================================
- Hits         7468     7467       -1     
- Misses       1347     1348       +1     
- Partials      351      352       +1     

@b00f
Copy link
Collaborator

b00f commented Feb 9, 2024

@amirvalhalla I have concern for memory leakage here.
To test it, change log levels of all modules to trace. You can also add an infinite loop to just write a log. Watch the memory of the system.

util/logger/logger.go Outdated Show resolved Hide resolved
@b00f b00f merged commit 336d25f into pactus-project:main Feb 9, 2024
12 checks passed
themantre pushed a commit that referenced this pull request Feb 10, 2024
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.

WIndows GUI doesn't create the log file
2 participants