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
Some measurement has empty tags and some don't. The Write method should use a logger to warn for the empty values but instead it prints the warning which we cannot control over. This will result in lot of logs.
Expected behavior
Should only print the empty tag as warning
Actual behavior
2024-04-02T18:53:19.013+02:00 Empty tags has no effect, tag [*****], measurement [*****]
2024-04-02T18:53:19.013+02:00 Empty tags has no effect, tag [*****], measurement [*****]
2024-04-02T18:53:19.013+02:00 Empty tags has no effect, tag [*****], measurement [*****]
2024-04-02T18:53:19.013+02:00 Empty tags has no effect, tag [*****], measurement [*****]
2024-04-02T18:53:19.013+02:00 Empty tags has no effect, tag [*****], measurement [*****]
Specifications
Code sample to reproduce problem
Some measurement has empty tags and some don't. The Write method should use a logger to warn for the empty values but instead it prints the warning which we cannot control over. This will result in lot of logs.
Expected behavior
Should only print the empty tag as warning
Actual behavior
Additional info
Code block https://github.com/InfluxCommunity/influxdb3-go/blob/main/influxdb3/point_values.go#L73
No response
The text was updated successfully, but these errors were encountered: