[
https://issues.jboss.org/browse/JBIDE-21746?page=com.atlassian.jira.plugi...
]
Viacheslav Kabanovich commented on JBIDE-21746:
-----------------------------------------------
The log level can be setup in the config.ini file with the eclipse.log.level parameter.
The value can be set to INFO, WARNING and ERROR. WARNING and ERROR will not write INFO
messages.
However, user may want to see info, but not too much of it. I would suggest to write info
in this case only if option org.jboss.tools.openshift.ui/debug is set to true. If
exception is thrown then error is logged, that is good enough for non-debug mode.
[~jcantrill], [~fbricon], what do you think?
Too much info shown in log when deploying a docker image to
OpenShift
---------------------------------------------------------------------
Key: JBIDE-21746
URL:
https://issues.jboss.org/browse/JBIDE-21746
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Marián Labuda
Priority: Minor
Labels: openshift_v3
Fix For: 4.4.0.Alpha1
When deploying a docker image to OpenShift 3 server, there is too much logging in eclipse
.log (in error log with severity info). For every created resource there is a message
"Trying to create resource:" followed up by json of a resource. So for a
deployed docker image it creates such info message for a new image stream, service,
routing (if was checked) and deployment config.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)