You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/07 08:32:41 UTC

[jira] [Commented] (GROOVY-8068) improper logging in groovy.sql.Sql

    [ https://issues.apache.org/jira/browse/GROOVY-8068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15855564#comment-15855564 ] 

ASF GitHub Bot commented on GROOVY-8068:
----------------------------------------

GitHub user paulk-asert opened a pull request:

    https://github.com/apache/groovy/pull/491

    GROOVY-8068: improper logging in groovy.sql.Sql

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/paulk-asert/groovy groovy8068

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/groovy/pull/491.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #491
    
----
commit 278e07a9cce53bc031e2ef2a40b96d6a94669bb6
Author: paulk <pa...@asert.com.au>
Date:   2017-02-07T08:31:02Z

    GROOVY-8068: improper logging in groovy.sql.Sql

----


> improper logging in groovy.sql.Sql
> ----------------------------------
>
>                 Key: GROOVY-8068
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8068
>             Project: Groovy
>          Issue Type: Bug
>          Components: groovy-runtime
>    Affects Versions: 2.4.8
>         Environment: groovy-all-2.4.8-indy.jar
>            Reporter: Frank Limpert
>            Assignee: Paul King
>            Priority: Minor
>
> In groovy.sql.Sql.newInstance(Map<String, Object>), there are two System.err.println() statements left. One of these prints the password of the connection to be created among other info. Convert these statements to proper log output.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)