File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
powertools-logging/src/main/java/software/amazon/lambda/powertools/logging/internal Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1515package software .amazon .lambda .powertools .logging .internal ;
1616
1717public final class LoggingConstants {
18+ @ SuppressWarnings ({"java:S1104" , "java:S1444" })
1819 public static String LAMBDA_LOG_LEVEL = System .getenv ("AWS_LAMBDA_LOG_LEVEL" ); /* not final for test purpose */
1920
21+ @ SuppressWarnings ({"java:S1104" , "java:S1444" })
2022 public static String POWERTOOLS_LOG_LEVEL = System .getenv ("POWERTOOLS_LOG_LEVEL" ); /* not final for test purpose */
2123
24+ @ SuppressWarnings ({"java:S1104" , "java:S1444" })
2225 public static String POWERTOOLS_SAMPLING_RATE = System .getenv ("POWERTOOLS_LOGGER_SAMPLE_RATE" ); /* not final for test purpose */
2326
2427 static boolean POWERTOOLS_LOG_EVENT = "true" .equals (System .getenv ("POWERTOOLS_LOGGER_LOG_EVENT" )); /* not final for test purpose */
You can’t perform that action at this time.
0 commit comments