config reporter #7

Merged
lash merged 3 commits from konstantinmds/visedriver:feature/6-config-reporter-new into master 2025-02-28 00:09:49 +01:00
Contributor
No description provided.
konstantinmds added 1 commit 2025-02-07 15:07:12 +01:00
konstantinmds requested review from Alfred-mk 2025-02-07 15:07:18 +01:00
konstantinmds force-pushed feature/6-config-reporter-new from 86bf9b10af to e4cf7d6960 2025-02-07 16:00:41 +01:00 Compare
konstantinmds force-pushed feature/6-config-reporter-new from e4cf7d6960 to 6619afe62b 2025-02-07 16:05:08 +01:00 Compare
lash requested changes 2025-02-22 09:09:01 +01:00
@ -0,0 +82,4 @@
switch level {
case "DEBUG":
c.logger.Debugf("%s: %s", cv.Key, value)
Owner

Debugf is not printf, you probably want something like c.logger.Debugf("config set", cv.Key, value)

Debugf is not printf, you probably want something like `c.logger.Debugf("config set", cv.Key, value)`
konstantinmds added 1 commit 2025-02-25 00:17:08 +01:00
konstantinmds requested review from lash 2025-02-25 00:17:50 +01:00
Owner

hey just drop the "configuration report" logline (just leave the actual set lines) and we can merge. thanks!

hey just drop the "configuration report" logline (just leave the actual set lines) and we can merge. thanks!
konstantinmds added 1 commit 2025-02-28 00:06:36 +01:00
lash merged commit bf10e5357c into master 2025-02-28 00:09:49 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: grassrootseconomics/visedriver#7
No description provided.