Bugzilla – Bug 2850
MDS4 logs to INFO when DEBUG should be used
Last modified: 2005-03-09 00:52:08
You need to log in before you can comment on or make changes to this bug.
MDS4 has become more and more verbose at the INFO level. This clutters the log with information which is really debugging messages. Example: 2005-03-02 20:41:16,294 INFO servicegroup.EntryResourceProperty [Thread-8,getDynamicValue:90] Assembling an entry RP (0 so far) 2005-03-02 20:41:16,295 INFO servicegroup.EntryResourceProperty [Thread-8,getDynamicValue:93] Assembling entry RP to represent {http://mds.globus.org/inmemoryservicegroup}ServiceGroupEntryKey=org.globus.mds.aggregator.types.PairedKeyType@5fd93da 2005-03-02 20:41:16,296 INFO servicegroup.EntryResourceProperty [Thread-8,getDynamicValue:90] Assembling an entry RP (1 so far) 2005-03-02 20:41:16,297 INFO servicegroup.EntryResourceProperty [Thread-8,getDynamicValue:93] Assembling entry RP to represent {http://mds.globus.org/inmemoryservicegroup}ServiceGroupEntryKey=org.globus.mds.aggregator.types.PairedKeyType@65715441 2005-03-02 20:41:16,298 INFO servicegroup.EntryResourceProperty [Thread-8,getDynamicValue:90] Assembling an entry RP (2 so far) 2005-03-02 20:41:16,299 INFO servicegroup.EntryResourceProperty [Thread-8,getDynamicValue:93] Assembling entry RP to represent {http://mds.globus.org/inmemoryservicegroup}ServiceGroupEntryKey=org.globus.mds.aggregator.types.PairedKeyType@f6850a2b 2005-03-02 20:41:16,300 INFO servicegroup.EntryResourceProperty [Thread-8,getDynamicValue:90] Assembling an entry RP (3 so far) 2005-03-02 20:41:16,301 INFO servicegroup.EntryResourceProperty [Thread-8,getDynamicValue:93] Assembling entry RP to represent {http://mds.globus.org/inmemoryservicegroup}ServiceGroupEntryKey=org.globus.mds.aggregator.types.PairedKeyType@659b09a3 2005-03-02 20:41:16,304 INFO servicegroup.EntryResourceProperty [Thread-8,getDynamicValue:90] Assembling an entry RP (4 so far) 2005-03-02 20:41:16,305 INFO servicegroup.EntryResourceProperty [Thread-8,getDynamicValue:93] Assembling entry RP to represent {http://mds.globus.org/inmemoryservicegroup}ServiceGroupEntryKey=org.globus.mds.aggregator.types.PairedKeyType@3cf0746b Please move debugging messages to the DEBUG level.