Skip to content

Commit a74b54b

Browse files
authored
Merge pull request #783 from emmartins/WFLY-18490
[WFLY-18490] logging README minor fixes
2 parents 34e5426 + c2ed85e commit a74b54b

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

logging/README.adoc

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The `logging` quickstart demonstrates how to configure different logging levels
1111
:standalone-server-type: default
1212
:archiveType: war
1313
:restoreScriptName: remove-logging.cli
14+
:openshift: true
1415

1516
== What is it?
1617

@@ -32,11 +33,6 @@ include::../shared-doc/back-up-server-standalone-configuration.adoc[leveloffset=
3233
include::../shared-doc/start-the-standalone-server.adoc[leveloffset=+1]
3334
// Build and Deploy the Quickstart
3435
include::../shared-doc/build-and-deploy-the-quickstart.adoc[leveloffset=+1]
35-
// Build and run sections for other environments/builds
36-
ifndef::ProductRelease,EAPXPRelease[]
37-
include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1]
38-
endif::[]
39-
include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1]
4036

4137
[[access_the_application]]
4238
== Access the Application
@@ -61,7 +57,6 @@ The log files are located in the `__{jbossHomeName}__/standalone/log` log direct
6157

6258
* `server.log` - This is the standard log produced by the application server. By default, it contains all the server log messages, including the server startup messages.
6359

64-
6560
== Configure the Server
6661

6762
Now you have deployed the quickstart with the default configuration, you run a management CLI script to configure the logging subsystem and review the differences in the resulting log files.
@@ -134,8 +129,9 @@ TRACE - Turned on in any environment where you are trying to follow an execution
134129

135130
. To view log file differences for different logging levels, change the level for the "org.jboss.as.quickstarts.logging" logger
136131
from TRACE to DEBUG, INFO, WARN, ERROR, or FATAL, then access the application.
132+
137133
// Server Distribution Testing
138-
include::../shared-doc/run-integration-tests-with-server-distribution.adoc[leveloffset=+2]
134+
include::../shared-doc/run-integration-tests-with-server-distribution.adoc[leveloffset=+1]
139135
// Undeploy the Quickstart
140136
include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+1]
141137
// Restore the {productName} Standalone Server Configuration
@@ -157,12 +153,10 @@ This script removes the log and file handlers from the `logging` subsystem in th
157153

158154
// Restore the {productName} Standalone Server Configuration Manually
159155
include::../shared-doc/restore-standalone-server-configuration-manual.adoc[leveloffset=+2]
160-
// Run the Quickstart in Red Hat CodeReady Studio or Eclipse
161-
include::../shared-doc/run-the-quickstart-in-jboss-developer-studio.adoc[leveloffset=+1]
162156

163-
// Additional Red Hat CodeReady Studio instructions
164-
* Make sure you configure {productName} server logging as described above under xref:configure_the_server[Configure the Server]. Stop the server at the end of that step.
165-
* Make sure you xref:remove_the_logging_configuration[Remove the Logging Configuration] when you have completed testing this quickstart.
157+
// Build and run sections for other environments/builds
158+
ifndef::ProductRelease,EAPXPRelease[]
159+
include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1]
160+
endif::[]
166161

167-
// Debug the Application
168-
include::../shared-doc/debug-the-application.adoc[leveloffset=+1]
162+
include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)