Conversation
With `_log`, the `_notify` method wa rendered obsolete. `_notify` was not completely removed due to test failures in `check-for-changes.sh`. The new `_log` function properly uses log levels such as `trace`, `debug`, `info`, `warn` and `error`. It provides a cleaner solution and renders `DMS_DEBUG` obsolete too (as only `_notify` depends on it).
|
@polarathene @casperklein I hope this PR is easier to review. It does not contain changes to |
There was a problem hiding this comment.
Excellent work 👍
Nicely organized commits, easy to review diffs/changes. Thanks! 😀
Only hiccup I noticed was coding-style.md doc log levels. Not a major issue as the setup-stack.sh snippet is now outdated (bulk of it moved to aliases.sh helper). I added two commit suggestions that just apply the changes you made to those two log lines. No need to further adjust the snippet for this PR, that can always be done in a small docs fix PR if syncing it to latest content has any value.
f097b1d to
2b9ab7c
Compare
|
Sorry for the force-push, but I forgot one tiny change. Only "pushed" over one commit though. I applied the docs changes @polarathene as @casperklein also made me aware of them :) Some minor adjustments that resolved many of the suggestions along the way. There were some comments about the log format, but I took great care when crafting it so I would not like to change it unless there are very good reasons for it. @casperklein I left five suggestions open because I did not want to resolve them on my own. I did not change anything (as it was not necessary), but I wanted you to read them and resolve them if you feel appropriate. I hope all is well now with this PR :D |
|
Test in Some small adjustments because of PR suggestions happened with the last three commits, nothing big. Tests should pass now. The |
|
Documentation preview for this PR is ready! 🎉 Built with commit: 960af11 |
Description
This PR introduces a new
_logfunction. As a successor to the closed #2486, this PR is still big, but tighter and only brings_logfunctionType of change
Checklist:
docs/)