Hi Igniters,

This feature [1, 2] prevents logging of the VM arguments when
IGNITE_TO_STRING_INCLUDE_SENSITIVE option is set to false. Till now, method
IgniteKernal#ackVmArguments remains mostly the same [3].

Is this behaviour actual now? Often, we should be able to get from logs the
actual VM options used at startup even if output of sensitive data is
restricted.

1. https://issues.apache.org/jira/browse/IGNITE-4991
2.
https://github.com/apache/ignite/pull/2428/commits/4f90b6fd77bd23fa818620f0757b792ba388ef93
3.
https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java#L3002

Reply via email to