This commit is contained in:
nora 2024-04-10 21:52:23 +02:00
parent 18a9d610cd
commit 41e578e199
4 changed files with 14 additions and 6 deletions

View file

@ -208,7 +208,7 @@ impl Provider for MyProvider {
&self,
request: Request<tfplugin6::read_data_source::Request>,
) -> Result<Response<tfplugin6::read_data_source::Response>, Status> {
tracing::error!("read_data_source");
tracing::info!("read_data_source");
let reply = tfplugin6::read_data_source::Response {
state: Some(tfplugin6::DynamicValue {