Bug 498848 - Replace trace logging so it doesn't log to Eclipse log by default
Summary: Replace trace logging so it doesn't log to Eclipse log by default
Status: NEW
Alias: None
Product: CFT
Classification: ECD
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-28 17:05 EDT by Nieraj Singh CLA
Modified: 2016-07-28 17:05 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nieraj Singh CLA 2016-07-28 17:05:22 EDT
In:

org.eclipse.cft.server.core.internal.CloudFoundryPlugin.logInfo(String)

This will log to Eclipse log, and it is used in modifyModules() in the CloudFoundryServer. 

This logs too much information to the Eclipse log, so we need to find another way to trace such that we do not bloat the Eclipse log with too much information on regular usage of the tools.


We need to have a solution to replace this by Neon.1 (SR1).