brbzull0 opened a new issue, #11553: URL: https://github.com/apache/trafficserver/issues/11553
It's using the raw value instead, this means that the library is not detecting the settings we [have](https://github.com/apache/trafficserver/blob/master/src/tsutil/ts_diags.cc#L28) for it. ``` [Jul 16 15:07:25.668] traffic_server NOTE: records parsing completed. [Jul 16 15:07:25.668] traffic_server WARNING: We have found the following issues when reading the records node: 5: 'records' root key not present or no fields to read. 'records' root key not present or no fields to read. 'records' root key not present or no fields to read. 'records' root key not present or no fields to read. 4: Ignoring field 'invalid_record' at Line 114. Not registered and Unknown tag type '?' ``` `4` should be `Warn` and `5` should be `Error` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
