You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org> on 2005/07/23 20:49:45 UTC

[jira] Created: (GERONIMO-805) System Log Viewer portlet s-s-sucks!

System Log Viewer portlet s-s-sucks!
------------------------------------

         Key: GERONIMO-805
         URL: http://issues.apache.org/jira/browse/GERONIMO-805
     Project: Geronimo
        Type: Bug
  Components: management  
    Versions: 1.0-M5    
    Reporter: Aaron Mulder
     Fix For: 1.0


 - doesn't let you say "last N records"
 - doesn't let you skip the end value or input an end value larger than the displayed line count (as if the log won't continue to grow!)
 - doesn't show line numbers of the matching lines
 - doesn't let you specify bounds by time range (which it does at least show).
 - shows stack traces as a single super-long line/message, forcing the page to be unacceptably wide
 - filtering on log level actually greps the entire line for the log level, so a search on "WARN" finds a message like "13:45:11,760 DEBUG [SmapUtil$SDEInstaller] 277 read class attr -- '>WARN '".
 - searching on a level returns ONLY that level, not that level and higher
 - viewing a log file with less than a day's content (90k lines) causes an OutOfMemoryError in the server (and viewing via the web site should in any case cap to some reasonable number of lines, <= 1000?)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-805) System Log Viewer portlet has a lot of untapped potential

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-805?page=all ]

Aaron Mulder updated GERONIMO-805:
----------------------------------

        Summary: System Log Viewer portlet has a lot of untapped potential  (was: System Log Viewer portlet s-s-sucks!)
    Description: 
If would be helpful if this portlet:
 - would let you say "last N records"
 - would let you skip the end value or input an end value larger than the displayed line count (to catch new rows)
 - would show line numbers of the matching lines, or let you specify bounds by time range (using the same format as the records it shows)
 - would shows stack traces in the log formatted in a reasable way, yet without causing the window to be too wide
 - would filter based on log messages of the specified log level or higher, and should actually filter based on log level not based on lines that contain the same text as the name of the log level (so a search on "WARN" wouldn't find a message like "13:45:11,760 DEBUG [SmapUtil$SDEInstaller] 277 read class attr -- '>WARN '", but would find an ERROR message)
 - would not cause an OutOfMemoryError when viewing a log file, particularly not for a log file generated entirely that day (say, oh, 90k lines)
 - would in any case cap the display to some reasonable number of lines, say <= 1000


  was:
 - doesn't let you say "last N records"
 - doesn't let you skip the end value or input an end value larger than the displayed line count (as if the log won't continue to grow!)
 - doesn't show line numbers of the matching lines
 - doesn't let you specify bounds by time range (which it does at least show).
 - shows stack traces as a single super-long line/message, forcing the page to be unacceptably wide
 - filtering on log level actually greps the entire line for the log level, so a search on "WARN" finds a message like "13:45:11,760 DEBUG [SmapUtil$SDEInstaller] 277 read class attr -- '>WARN '".
 - searching on a level returns ONLY that level, not that level and higher
 - viewing a log file with less than a day's content (90k lines) causes an OutOfMemoryError in the server (and viewing via the web site should in any case cap to some reasonable number of lines, <= 1000?)



Sorry, didn't mean to hurt anybody's feelings.  :)

> System Log Viewer portlet has a lot of untapped potential
> ---------------------------------------------------------
>
>          Key: GERONIMO-805
>          URL: http://issues.apache.org/jira/browse/GERONIMO-805
>      Project: Geronimo
>         Type: Bug
>   Components: management
>     Versions: 1.0-M5
>     Reporter: Aaron Mulder
>      Fix For: 1.0

>
> If would be helpful if this portlet:
>  - would let you say "last N records"
>  - would let you skip the end value or input an end value larger than the displayed line count (to catch new rows)
>  - would show line numbers of the matching lines, or let you specify bounds by time range (using the same format as the records it shows)
>  - would shows stack traces in the log formatted in a reasable way, yet without causing the window to be too wide
>  - would filter based on log messages of the specified log level or higher, and should actually filter based on log level not based on lines that contain the same text as the name of the log level (so a search on "WARN" wouldn't find a message like "13:45:11,760 DEBUG [SmapUtil$SDEInstaller] 277 read class attr -- '>WARN '", but would find an ERROR message)
>  - would not cause an OutOfMemoryError when viewing a log file, particularly not for a log file generated entirely that day (say, oh, 90k lines)
>  - would in any case cap the display to some reasonable number of lines, say <= 1000

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-805) System Log Viewer portlet has a lot of untapped potential

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

Vamsavardhana Reddy closed GERONIMO-805.
----------------------------------------


> System Log Viewer portlet has a lot of untapped potential
> ---------------------------------------------------------
>
>                 Key: GERONIMO-805
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-805
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: management
>    Affects Versions: 1.0-M5
>            Reporter: Aaron Mulder
>         Assigned To: Aaron Mulder
>             Fix For: 1.0-M5
>
>
> If would be helpful if this portlet:
>  - would let you say "last N records"
>  - would let you skip the end value or input an end value larger than the displayed line count (to catch new rows)
>  - would show line numbers of the matching lines, or let you specify bounds by time range (using the same format as the records it shows)
>  - would shows stack traces in the log formatted in a reasable way, yet without causing the window to be too wide
>  - would filter based on log messages of the specified log level or higher, and should actually filter based on log level not based on lines that contain the same text as the name of the log level (so a search on "WARN" wouldn't find a message like "13:45:11,760 DEBUG [SmapUtil$SDEInstaller] 277 read class attr -- '>WARN '", but would find an ERROR message)
>  - would not cause an OutOfMemoryError when viewing a log file, particularly not for a log file generated entirely that day (say, oh, 90k lines)
>  - would in any case cap the display to some reasonable number of lines, say <= 1000

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (GERONIMO-805) System Log Viewer portlet has a lot of untapped potential

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-805?page=all ]
     
Aaron Mulder resolved GERONIMO-805:
-----------------------------------

    Fix Version: 1.0-M5
                     (was: 1.0)
     Resolution: Fixed
      Assign To: Aaron Mulder

> System Log Viewer portlet has a lot of untapped potential
> ---------------------------------------------------------
>
>          Key: GERONIMO-805
>          URL: http://issues.apache.org/jira/browse/GERONIMO-805
>      Project: Geronimo
>         Type: Bug
>   Components: management
>     Versions: 1.0-M5
>     Reporter: Aaron Mulder
>     Assignee: Aaron Mulder
>      Fix For: 1.0-M5

>
> If would be helpful if this portlet:
>  - would let you say "last N records"
>  - would let you skip the end value or input an end value larger than the displayed line count (to catch new rows)
>  - would show line numbers of the matching lines, or let you specify bounds by time range (using the same format as the records it shows)
>  - would shows stack traces in the log formatted in a reasable way, yet without causing the window to be too wide
>  - would filter based on log messages of the specified log level or higher, and should actually filter based on log level not based on lines that contain the same text as the name of the log level (so a search on "WARN" wouldn't find a message like "13:45:11,760 DEBUG [SmapUtil$SDEInstaller] 277 read class attr -- '>WARN '", but would find an ERROR message)
>  - would not cause an OutOfMemoryError when viewing a log file, particularly not for a log file generated entirely that day (say, oh, 90k lines)
>  - would in any case cap the display to some reasonable number of lines, say <= 1000

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira