-
Notifications
You must be signed in to change notification settings - Fork 43
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: Change output to outputpath in config file template for logger #716
Conversation
cb11af4
to
19fd372
Compare
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.
LGTM!
With defradb's configuration we can set a parameter via multiple ways: CLI flags, env variables, configuration file. One principle is to keep the param name the same across. Here, I suggest the param is to be called That would mean changing Line 97 in 19fd372
to log.output
and keeping the |
cheers for writing the test |
19fd372
to
4eace7c
Compare
Codecov Report
@@ Coverage Diff @@
## develop #716 +/- ##
========================================
Coverage 57.48% 57.48%
========================================
Files 143 143
Lines 16390 16390
========================================
Hits 9422 9422
Misses 6085 6085
Partials 883 883
|
@orpheuslummis and @shahzadlone are you guys happy with the latest changes based on feedback? |
LGTM |
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.
LGTM
04b4d20
to
ccc94de
Compare
…ourcenetwork#716) Relevant issue(s) Resolves sourcenetwork#715 Description This PR changes the config file template to have the right text for the output path of the logger.
Relevant issue(s)
Resolves #715
Description
This PR changes the config file template to have the right text for the output path of the logger.
Tasks
How has this been tested?
manual and unit tests
Specify the platform(s) on which this was tested: