[
https://issues.jboss.org/browse/JBIDE-22111?page=com.atlassian.jira.plugi...
]
Len DiMaggio commented on JBIDE-22111:
--------------------------------------
Can we pipe this information someplace - log file? - instead of droping it?
It can be useful in debugging problems:
{code}
[DEBUG] 2016-04-05 12:10:03,731 com.openshift.internal.restclient.URLBuilder - Built url:
https://console.qe.openshift.com/oapi/v1/projectrequests
[DEBUG] 2016-04-05 12:10:03,731
com.openshift.internal.restclient.http.UrlConnectionHttpClient - Request Properties:
{Accept=[application/json], Content-Type=[application/json]}
[DEBUG] 2016-04-05 12:10:03,731
com.openshift.internal.restclient.http.UrlConnectionHttpClient - Request Method: POST
[DEBUG] 2016-04-05 12:10:03,731
com.openshift.internal.restclient.http.UrlConnectionHttpClient - {
"apiVersion" : "v1",
"kind" : "ProjectRequest",
"metadata" : {"name" : "april5project"},
"description" : "april5project",
"displayName" : "april5project"
}
[DEBUG] 2016-04-05 12:10:04,628 com.openshift.internal.restclient.DefaultClient -
{"kind":"Project","apiVersion":"v1","metadata":{"name":"april5project","selfLink":"/oapi/v1/projectrequests/april5project","uid":"db42daf6-fb48-11e5-9e72-1278fc6659bb","resourceVersion":"29862572","creationTimestamp":"2016-04-05T16:10:03Z","annotations":{"openshift.io/description":"april5project","openshift.io/display-name":"april5project","openshift.io/sa.scc.mcs":"s0:c302,c24","openshift.io/sa.scc.supplemental-groups":"1090950000/10000","openshift.io/sa.scc.uid-range":"1090950000/10000"}},"spec":{"finalizers":["openshift.io/origin","kubernetes"]},"status":{"phase":"Active"}}
[DEBUG] 2016-04-05 12:10:04,629 com.openshift.internal.restclient.URLBuilder - Built url:
https://console.qe.openshift.com/oapi/v1/projects/april5project
[DEBUG] 2016-04-05 12:10:04,745 com.openshift.internal.restclient.DefaultClient -
{"kind":"Project","apiVersion":"v1","metadata":{"name":"april5project","selfLink":"/oapi/v1/projects/april5project","uid":"db42daf6-fb48-11e5-9e72-1278fc6659bb","resourceVersion":"29862572","creationTimestamp":"2016-04-05T16:10:03Z","annotations":{"openshift.io/description":"april5project","openshift.io/display-name":"april5project","openshift.io/sa.scc.mcs":"s0:c302,c24","openshift.io/sa.scc.supplemental-groups":"1090950000/10000","openshift.io/sa.scc.uid-range":"1090950000/10000"}},"spec":{"finalizers":["openshift.io/origin","kubernetes"]},"status":{"phase":"Active"}}
{code}
OpenShift logging is too chatty on stdout
-----------------------------------------
Key: JBIDE-22111
URL:
https://issues.jboss.org/browse/JBIDE-22111
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Marián Labuda
Assignee: Andre Dietisheim
Fix For: 4.3.1.CR1
In stdout (e.g. when running IDE from command line) there is a lot of [DEBUG] messages
from OpenShift. Most of them are WatchClient related, websockets, some jsons. It is too
much chatty.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)