Skip to content

Reduce chatter of alias and version related logstreams #122

@CarolynRountree

Description

@CarolynRountree

There are a few log messages, mostly entering() and exiting() that fills any tool log file with messages, making it difficult to use the logs to troubleshoot. I would like to suggest that we either remove these entering and exiting logs completely, or replace with a single log at finest level. Also, there is one log that could be changed from finer to finest.

####<May 30, 2018 11:26:29 AM> <FINER> <VersionUtils> <compareVersions> <> <ENTRY 12.2.1.3.0 10>
####<May 30, 2018 11:26:29 AM> <FINER> <VersionUtils> <compareVersions> <> <RETURN 1>

####<May 30, 2018 11:26:29 AM> <FINER> <VersionUtils> <isVersionInRange> <> <ENTRY 12.2.1.3.0 [10,)>
####<May 30, 2018 11:26:29 AM> <FINER> <VersionUtils> <isVersionInRange> <> <RETURN true>

####<May 30, 2018 11:26:29 AM> <FINER> <VersionUtils> <getLowerAndUpperVersionStrings> <> <ENTRY [10,)>
####<May 30, 2018 11:26:29 AM> <FINER> <VersionUtils> <getLowerAndUpperVersionStrings> <> <RETURN [Ljava.lang.String;@24203248>

####<May 30, 2018 11:26:29 AM> <FINER> <AliasEntries> <__resolve_attribute_by_wlst_context> <> <ENTRY Server/JTAMigratableTarget NumberOfRestartAttempts>
####<May 30, 2018 11:26:29 AM> <FINER> <AliasEntries> <__resolve_attribute_by_wlst_context> <> <RETURN>

####<May 30, 2018 11:26:29 AM> <FINER> <AliasEntries> <__resolve_attribute_by_wlst_context><> <Testing Server/JTAMigratableTarget/NonLocalPostAllowed with [10,)>
####<Jun 1, 2018 8:59:23 AM> <FINER> <AliasEntries> <get_dictionary_for_location> <> <ENTRY model_folders = ['SelfTuning', 'WorkManager'], 'name_tokens' = {'SELFTUNING': 'NO_NAME_0','DOMAIN': 'SingleAppDomain','WORKMANAGER': 'CtxReqWM'}>
###<Jun 1, 2018 8:59:23 AM> <FINER> <AliasEntries> <get_dictionary_for_location> <> <RETURN>

####<Jun 1, 2018 8:59:23 AM> <FINER> <AliasEntries> <__get_dictionary_for_location> <> <ENTRY model_folders = ['SelfTuning', 'WorkManager'], 'name_tokens' = {'SELFTUNING': 'NO_NAME_0','DOMAIN': 'SingleAppDomain','WORKMANAGER': 'CtxReqWM'}>
####<Jun 1, 2018 8:59:23 AM> <FINER> <AliasEntries> <__get_dictionary_for_location> <> <RETURN>

<Jun 1, 2018 8:59:23 AM> <FINER> <alias_utils> <strip_trailing_folders_in_path> <> <ENTRY /SelfTuning/NO_NAME_0/WorkManagers/CtxReqWM 1>
####<Jun 1, 2018 8:59:23 AM> <FINER> <alias_utils> <strip_trailing_folders_in_path> <> <RETURN /SelfTuning/NO_NAME_0/WorkManagers>

####<Jun 1, 2018 8:59:23 AM> <FINER> <alias_utils> <resolve_path_index> <> <ENTRY WP001 wlst_attributes_path model_folders = ['SelfTuning'], 'name_tokens' = {}>
####<Jun 1, 2018 8:59:23 AM> <FINER> <alias_utils> <resolve_path_index> <> <RETURN /SelfTuning/%SELFTUNING%>

discoverDomain.log

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions