Skip to content

Commit

Permalink
Fixes cross-references in Administration Guide
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
  • Loading branch information
avpinchuk committed Apr 9, 2024
1 parent ef9c45e commit 6bfbd69
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Expand Up @@ -35,7 +35,7 @@ instead of the Administration Console interface.
The following topics are addressed here:

* <<Path to the `asadmin` Utility>>
* <<`asadmin` Utility Syntax>>
* <<asadmin-utility-syntax,`asadmin` Utility Syntax>>
* <<To Run an `asadmin` Utility Subcommand in Single Mode>>
* xref:#to-display-help-information-for-the-asadmin-utility-or-a-subcommand[To Display Help Information for the `asadmin` Utility or a
Subcommand]
Expand Down
6 changes: 3 additions & 3 deletions docs/administration-guide/src/main/asciidoc/logging.adoc
Expand Up @@ -371,7 +371,7 @@ The `GlassFishLogHandler` can roll the output log file under following condition

The last two conditions are exclusive, the date change has higher priority.

The <<`flushFrequency`>> parameter affects how many log records will be formatted
The `flushFrequency` parameter affects how many log records will be formatted
into the log file before the file is rolled out even after the file size exceeded it's configured
limit.

Expand Down Expand Up @@ -415,7 +415,7 @@ The handler configuration properties:

* `encoding` - output character encoding. Default is null which means it will use the system default.
* `formatter` - a formatter class to be used for formatting log records as strings.
Default value is <<`org.glassfish.main.jul.formatter.OneLineFormatter`>>
Default value is <<OneLineFormatter,`org.glassfish.main.jul.formatter.OneLineFormatter`>>
* `formatter.*` - can be used for custom settings of the formatter.
This works only for <<ODLLogFormatter>>, <<UniformLogFormatter>> and <<OneLineFormatter>>.
* `level` - Level used to filter log records. Less important log records will be ignored.
Expand Down Expand Up @@ -448,7 +448,7 @@ but it will ignore incoming records. Default is `true`.
* `encoding` - output character encoding used to send data to the Syslog service.
Default is `UTF-8`.
* `formatter` - a formatter class to be used for formatting log records as strings.
Default value is <<`java.util.logging.SimpleFormatter`>>
Default value is <<SimpleFormatter,`java.util.logging.SimpleFormatter`>>
* `host` - a host name or IP address used of the UDP endpoint.
Default is an autodetected name of the local host.
* `level` - Level used to filter log records. Less important log records will be ignored.
Expand Down
4 changes: 2 additions & 2 deletions docs/administration-guide/src/main/asciidoc/overview.adoc
Expand Up @@ -532,10 +532,10 @@ however, there are exceptions.
The following {productName} administration tools are described here:

* <<Administration Console>>
* <<`asadmin` Utility>>
* <<asadmin-utility,`asadmin` Utility>>
* <<REST Interfaces>>
* <<OSGi Module Management Subsystem>>
* <<`keytool` Utility>>
* <<keytool-utility,`keytool` Utility>>
* <<Java Monitoring and Management Console (JConsole)>>

[[administration-console]]
Expand Down

0 comments on commit 6bfbd69

Please sign in to comment.