You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
It's simple, the logs when loading it via a module don't give you enough information about the module which the function is called from, for example, we frequently call the 'create' function as create and so looking over the logs, we can't tell which operator was the one that did the create.
Proposal
It would be nice if we had a prefixed path, something like:
openstack_operator.memcached.create
Or something along those lines.
Checklist
Many users can benefit from this feature, it is not a one-time case
The proposal is related to the K8s operator framework, not to the K8s client libraries
The text was updated successfully, but these errors were encountered:
First of all, excellent work on the operator, we're moving away from kubebuilder and adopting it here:
https://opendev.org/vexxhost/openstack-operator
Slowly but surely, the codebase is shaping up. :)
Problem
It's simple, the logs when loading it via a module don't give you enough information about the module which the function is called from, for example, we frequently call the 'create' function as
create
and so looking over the logs, we can't tell which operator was the one that did thecreate
.Proposal
It would be nice if we had a prefixed path, something like:
Or something along those lines.
Checklist
The text was updated successfully, but these errors were encountered: