[
https://issues.jboss.org/browse/JBIDE-8249?page=com.atlassian.jira.plugin...
]
Andre Dietisheim edited comment on JBIDE-8249 at 1/27/11 10:11 AM:
-------------------------------------------------------------------
things are written to the log but the check might be to restrictive:
ErrorUtils#log:
private static void log(IStatus status) {
if (Activator.getDefault().isDebugging()) {
Activator.log(status);
}
}
was (Author: adietish):
things are written to the log but the check might be to restrictive:
ErrorUtils#log:
private static void log(IStatus status) {
if (Activator.getDefault().isDebugging()) {
Activator.log(status);
}
}
no errors are logged to the log
-------------------------------
Key: JBIDE-8249
URL:
https://issues.jboss.org/browse/JBIDE-8249
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud
Affects Versions: 3.2.0.CR1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.2.0.CR2 (tentative)
currently no errors make it to the error log. We need to log at least error to the log
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira