public class LogPrivacyUtil extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
LOG_PRINTCONFIG_PROP
system property name to enable logging of information related to the validation of agent
 configuration at startup. 
 | 
static String | 
LOG_RAWDATA_PROP
system property name to enable logging of potentially sensitive user data 
 | 
| Constructor and Description | 
|---|
LogPrivacyUtil()  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
allowLogPrintConfig()
Tells whether logging of potentially sensitive user data is allowed or not. 
 | 
static boolean | 
allowLogRawData()
Tells whether logging of configuration details - including secrets - is allowed or not. 
 | 
public static final String LOG_RAWDATA_PROP
public static final String LOG_PRINTCONFIG_PROP
public static boolean allowLogRawData()
public static boolean allowLogPrintConfig()
Copyright © 2009-2022 Apache Software Foundation. All Rights Reserved.