Skip to content

Commit

Permalink
KNOX-2993 - Logging error stack trace at INFO level when failed to pa…
Browse files Browse the repository at this point in the history
…rse a descriptor (#827)
  • Loading branch information
smolnar82 authored Jan 2, 2024
1 parent 14954a0 commit 050e2ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ void remoteConfigurationMonitorInitFailure(String errorMessage,

@Message( level = MessageLevel.ERROR, text = "An error occurred while processing {0} : {1}" )
void simpleDescriptorHandlingError(String simpleDesc,
@StackTrace(level = MessageLevel.DEBUG) Exception e);
@StackTrace(level = MessageLevel.INFO) Exception e);

@Message(level = MessageLevel.DEBUG, text = "Successfully wrote configuration: {0}")
void wroteConfigurationFile(String filePath);
Expand Down

0 comments on commit 050e2ce

Please sign in to comment.