Issue Type: Bug Bug
Assignee: Jesse Glick
Components: core
Created: 16/May/13 8:40 PM
Description:
<?xml version='1.0' encoding='UTF-8'?>
<log>
  <name>explicit fine</name>
  <targets>
    <target>
      <name>org</name>
      <level>500</level>
    </target>
    <target>
      <name>com</name>
      <level>500</level>
    </target>
    <target>
      <name>net</name>
      <level>500</level>
    </target>
    <target>
      <name>hudson</name>
      <level>500</level>
    </target>
    <target>
      <name>jenkins</name>
      <level>500</level>
    </target>
  </targets>
</log>

works to capture all log messages at FINE, so long as you get all the top-level domains, but is clumsy.

<?xml version='1.0' encoding='UTF-8'?>
<log>
  <name>all fine</name>
  <targets>
    <target>
      <name></name>
      <level>500</level>
    </target>
  </targets>
</log>

ought to work but currently does not.

Project: Jenkins
Labels: logging
Priority: Minor Minor
Reporter: Jesse Glick
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to