You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oodt.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/30 13:57:00 UTC

[jira] [Commented] (OODT-693) Consolidate logging in OODT

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

ASF GitHub Bot commented on OODT-693:
-------------------------------------

GitHub user IMS94 opened a pull request:

    https://github.com/apache/oodt/pull/66

    [OODT-693] Consolidating logging in OODT Components

    This is the first PR of consolidating  logging support in OODT. Configuration management, file manager, workflow manager, crawler and PGE have been updated to use SLF4J. Log redirection from Java util logs to SLF4J has been also used as a temporary solution which will be removed in future.

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

    $ git pull https://github.com/IMS94/oodt OODT-693

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

    https://github.com/apache/oodt/pull/66.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 #66
    
----
commit 86b877da6e6e81818cf5915095f10cf9ca7b8685
Author: Imesha Sudasingha <im...@...>
Date:   2018-06-02T11:08:06Z

    [OODT-987] Upgraded oodt-conf package from log4j to log4j2

commit 6ef3e9bb6170b9c7113e0b356e3446323b27517a
Author: Imesha Sudasingha <im...@...>
Date:   2018-06-03T04:27:43Z

    [OODT-982] Updated crawler logging to log4j2

commit ecd1756e94dfb99cd8df887e7fbce17ebff4015f
Author: Imesha Sudasingha <im...@...>
Date:   2018-06-03T04:28:46Z

    [OODT-693] Added maven dependency to redirect JUL to slf4j

commit a5dcd9e7fb13c253fe6bcb830ed5099fe344bc60
Author: Imesha Sudasingha <im...@...>
Date:   2018-06-03T04:30:32Z

    [OODT-981] slf4j logging improvements and workflow/file manager client usage improvements
    to close once done

commit 94af8ccbb95a95722d4372269512db459ca07b00
Author: Imesha Sudasingha <im...@...>
Date:   2018-06-03T04:32:14Z

    [OODT-980] slf4j logging improvements and file manager CLI improvements for closing client

commit e5d1b7d190b8ba431137e1f780880e7c4905c3d2
Author: Imesha Sudasingha <im...@...>
Date:   2018-06-09T17:56:23Z

    [OODT-981] Further logging improvements for workflow manager

commit c77ca81c5fccdcab6c072853d7be051e869a0a35
Author: Imesha Sudasingha <im...@...>
Date:   2018-06-10T06:42:07Z

    [OODT-984] Logging improvements for PGE and fixed NPE in workflowInstanceId in PGETaskInstance

----


> Consolidate logging in OODT
> ---------------------------
>
>                 Key: OODT-693
>                 URL: https://issues.apache.org/jira/browse/OODT-693
>             Project: OODT
>          Issue Type: Improvement
>          Components: file manager
>    Affects Versions: 0.6
>            Reporter: Lewis John McGibbney
>            Priority: Major
>             Fix For: 1.1
>
>
> Right now we seem to be using an array of inconsistent logging frameworks.
> Personally I really like the Slf4j over Log4j setup. Extremely easy to work with, easy to configure and Log4j 2.X is dynamite so if we can implement that then we are laughing.
> This is by no means a trivial task. 
> It is however an important one.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)