You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Martin Wiesner (Jira)" <ji...@apache.org> on 2023/04/20 18:16:00 UTC

[jira] [Updated] (OPENNLP-1454) Convert System.out statements to debug logging statements in 'opennlp-similarity' sandbox component

     [ https://issues.apache.org/jira/browse/OPENNLP-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Wiesner updated OPENNLP-1454:
------------------------------------
    Description: 
In several classes of the 'opennlp-similarity' sandbox component, commented System.out statements exist that have a debug statement flavor. Yet, in tests and at runtime those spam the console quite heavily. That's why those have been commented out during the compatibility migration towards tools version 2.1.x conducted for all sandbox components.

The aim of that issue is to convert those spammy log behavior by making use of the slf4j-api. The code contains the spots marked with a TODO notice and this issue number for which a switch to a logging framework with "trace" or "debug" levels could be considered.

  was:
In several classes of the 'opennlp-similarity' sandbox component, commented System.out statements exist that have a debug statement flavor. Yet, in tests and at runtime those spam the console quite heavily. That's why those have been commented out during the compatibility migration towards OPENNLP-2.1.x conducted for all sandbox components.

The aim of that issue is to convert those spammy log behavior by making use of the slf4j-api. The code contains the spots marked with a TODO notice and this issue number for which a switch to a logging framework with "trace" or "debug" levels could be considered.


> Convert System.out statements to debug logging statements in 'opennlp-similarity' sandbox component
> ---------------------------------------------------------------------------------------------------
>
>                 Key: OPENNLP-1454
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-1454
>             Project: OpenNLP
>          Issue Type: Task
>          Components: Similarity
>    Affects Versions: 2.1.0
>            Reporter: Martin Wiesner
>            Priority: Minor
>
> In several classes of the 'opennlp-similarity' sandbox component, commented System.out statements exist that have a debug statement flavor. Yet, in tests and at runtime those spam the console quite heavily. That's why those have been commented out during the compatibility migration towards tools version 2.1.x conducted for all sandbox components.
> The aim of that issue is to convert those spammy log behavior by making use of the slf4j-api. The code contains the spots marked with a TODO notice and this issue number for which a switch to a logging framework with "trace" or "debug" levels could be considered.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)