-
Notifications
You must be signed in to change notification settings - Fork 554
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
Pre decorator commit #540
Pre decorator commit #540
Conversation
What is it you are trying to achieve here? |
Ok, so if we want to go with the recorder/replayer I think we should continue the work in napalm-automation/napalm-base/pull/296. If you just want to log for posterity what's going on do instead:
Way simpler and cleaner and then you can just enable it and configure it by just configuring the logger. |
Logging in that matter does not accomplish my goals. See my comment in PR 296. Reading the prior implementation PR, it is unclear to the reader (or at least me) what was discussed on slack and what the context of that convo was. Picking up this work seems like a much larger proposition, when in reality I was only selfishly concerned with the recording feature of it. |
well, if you want the recording capability we should continue the work previously started. This solution here is very adhoc and will probably lead to mistakes and inconsistencies. |
I don't know what was decided, so there is nothing for me to continue. |
I think we should resend the recording/replayer PR to |
Closing, as usual feel free to comment/reopen if you don't agree with my decision or if you have something else to discuss. |
ok, this is a mess, but it's a start.
I had troubles making it a decorator, so I wanted to get something on paper to agree on, and perhaps some pointers.