[ 
http://issues.apache.org/jira/browse/OFBIZ-361?page=comments#action_12454930 ] 
            
Chris Howe commented on OFBIZ-361:
----------------------------------

For the css style sheet, instead of including it in maincss.css,  create a 
debug.css and include it in the following manner.


add this to the screen definition
        <set field="layoutSettings.styleSheets[]" value="/images/maincss.css"/>
        <set field="layoutSettings.styleSheets[]" 
value="/images/tabstyles.css"/>
        <set field="layoutSettings.styleSheets[]" value="/images/debug.css"/>


there may need to be a slight adjustment to /webcommon/includes/header.ftl.  I 
remember doing something to it, but can't remember exactly what it is right now.


> Migrate webtools debug level screens to widget and add dynamic configuration 
> of log4j loggers
> ---------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-361
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-361
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: framework
>         Environment: Linux, sun-jdk-1.5.0
>            Reporter: Peter Goron
>         Assigned To: Jacopo Cappellato
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: log.patch, LogConfiguration.png, 
> webtools-debugging-screens-2.patch, webtools-debugging-screens.patch
>
>
> I was looking for a way to modify logging system without having to restart 
> ofbiz. So I've enhanced debug level webtools screen to be able to add new 
> loggers and change logging level of existing ones during ofbiz execution.
> In the same time, I've switched this screen from regions to screen and form 
> widgets.
> See attached screenshot.

-- 
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

        

Reply via email to