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

ASF GitHub Bot commented on STORM-1552:
---------------------------------------

Github user ptgoetz commented on a diff in the pull request:

    https://github.com/apache/storm/pull/1127#discussion_r53505936
  
    --- Diff: 
storm-core/src/jvm/org/apache/storm/metric/FileBasedEventLogger.java ---
    @@ -45,7 +46,7 @@
     
         private void initLogWriter(Path logFilePath) {
             try {
    -            LOG.info("logFilePath {}", logFilePath);
    +            LOG.info("FileBasedEventLogger log path {}", logFilePath);
    --- End diff --
    
    Minor nit: we probably don't need the classname repeated here, since it is 
part of the Logger configuration.


> Fix topology event sampling log directory 
> ------------------------------------------
>
>                 Key: STORM-1552
>                 URL: https://issues.apache.org/jira/browse/STORM-1552
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 2.0.0
>            Reporter: Arun Mahadevan
>            Assignee: Arun Mahadevan
>
> Run a topology and enable event inspection by clicking "Debug" from UI. The 
> events are logged under 
> "storm-local/workers-artifacts/{storm-id}/port/events.log". In the spout/bolt 
> details page, the "events" link does not display the log file.
> The events.log should be kept under 
> logs/workers-artifacts/{storm-id}/{port}/events.log so that its viewable via 
> logviewer.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to