You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Isabel Drost (JIRA)" <ji...@apache.org> on 2008/04/08 16:33:24 UTC

[jira] Created: (MAHOUT-32) Migrate logging statements away from System.out.println

Migrate logging statements away from System.out.println
-------------------------------------------------------

                 Key: MAHOUT-32
                 URL: https://issues.apache.org/jira/browse/MAHOUT-32
             Project: Mahout
          Issue Type: Improvement
            Reporter: Isabel Drost


Migrating the clustering code from Float[] over to the new matrix package I came across several System.out.println(...) statements. I think we should think about migrating these to a more general logging framework.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAHOUT-32) Migrate logging statements away from System.out.println

Posted by "Karl Wettin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587449#action_12587449 ] 

Karl Wettin commented on MAHOUT-32:
-----------------------------------

I think we could just comment them out instead. At least the two I saw.

> Migrate logging statements away from System.out.println
> -------------------------------------------------------
>
>                 Key: MAHOUT-32
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-32
>             Project: Mahout
>          Issue Type: Improvement
>            Reporter: Isabel Drost
>
> Migrating the clustering code from Float[] over to the new matrix package I came across several System.out.println(...) statements. I think we should think about migrating these to a more general logging framework.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MAHOUT-32) Migrate logging statements away from System.out.println

Posted by "Sean Owen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen resolved MAHOUT-32.
-----------------------------

    Resolution: Fixed

I long since addressed this.

> Migrate logging statements away from System.out.println
> -------------------------------------------------------
>
>                 Key: MAHOUT-32
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-32
>             Project: Mahout
>          Issue Type: Improvement
>            Reporter: Isabel Drost
>            Priority: Trivial
>
> Migrating the clustering code from Float[] over to the new matrix package I came across several System.out.println(...) statements. I think we should think about migrating these to a more general logging framework.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAHOUT-32) Migrate logging statements away from System.out.println

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll updated MAHOUT-32:
----------------------------------

    Priority: Trivial  (was: Major)

commenting out sounds good.

> Migrate logging statements away from System.out.println
> -------------------------------------------------------
>
>                 Key: MAHOUT-32
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-32
>             Project: Mahout
>          Issue Type: Improvement
>            Reporter: Isabel Drost
>            Priority: Trivial
>
> Migrating the clustering code from Float[] over to the new matrix package I came across several System.out.println(...) statements. I think we should think about migrating these to a more general logging framework.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.