Logstash Output MongoDB 3.1.7 Deprecation Warning: BigDecimal.new
This is a warning message displayed when using the 'logstash-output-mongodb-3.1.7' plugin. It indicates that the 'BigDecimal.new' method is deprecated and should be replaced with the 'BigDecimal()' method.
This warning is significant because it suggests that the code is not utilizing the latest best practices and may lead to unexpected behavior or errors. To resolve this, either update to the latest version of the plugin or modify the code to use the recommended 'BigDecimal()' method. Doing so will ensure code compatibility and prevent potential issues.
原文地址: https://www.cveoy.top/t/topic/lAwu 著作权归作者所有。请勿转载和采集!