History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UP-1798
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Christopher J. Holdorph
Reporter: Christopher J. Holdorph
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
uPortal

uPortal 2.6.0 ships with System.out.println logging turn on for portal events

Created: 18/Aug/07 12:46 PM   Updated: 29/Aug/07 05:31 PM
Component/s: Stats Recorder
Affects Version/s: 2.6.0 GA
Fix Version/s: 2.6.1 RC1

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
uPortal 2.6.0GA ships, such that when you start uPortal and log in, you see a LOT of output in the catalina.out file. Further investigation shows this is because the new 'statsContext' configures a System.out.println logger for most portal events. The system.out.println logger should be removed from uPortal and removed from the pre-configured statsContext. Additionally the logging level (which events are logged) for the existing log4j logger should be examined.

 All   Comments   Work Log   Change History      Sort Order:
Christopher J. Holdorph [18/Aug/07 01:55 PM]
Removed the System.out.println version of the stats event handler. It was redundant with the log4j version.

Modified the statsContext.xml to list the major event types (everything that directly subclasses PortalEvent), commented out all events except the user login/logout and session created/destroyed events. Modifying the list of events that are desired is now, simply a matter of customizing the lines that are commented/uncommented in statsContext.xml.