Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

indent
Level1

2. Open the standalone.xml file to edit its contents.



indent
Level1

3. Locate the <profile> section of the xml document.

indent
Level1

4. The handlers are in the urn:jboss:domain:logging:1.1 subsystem subsystem


indent
Level1

5. Verify the level name for the console-handler is INFO. Change it if necessary.

...

indent
Level2


Code Block
xml
xml
<periodic-rotating-file-handler name="FILE<subsystem xmlns="urn:jboss:domain:logging:7.0">
	<formatter> 		<pattern-formatter pattern="%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/> 	</formatter> 	<file relative-to="jboss.server.log.dir" path="server.log    <console-handler name="CONSOLE">
                <level name="INFO"/>
	<suffix value=".yyyy-MM-dd                <formatter>
                    <named-formatter name="COLOR-PATTERN"/>
	<append value="true"/>
</periodic-rotating-file-                </formatter>
            </console-handler>



indent
Level1

6. Save the changes and close the file.

...