You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A FileHandler is defined with the name of the Logging file, the logging level and the format to be used to save the informations. To configure the Logging Api
52
+
to use this appender for the root logger, we have also configured the rootLogger field with the id of the fileHandler created.
53
+
35
54
## Build
36
55
37
56
You will need to compile this example first:
@@ -105,6 +124,9 @@ Then find the name of the pod that runs this quickstart, and output the logs fro
105
124
106
125
You can also use the OpenShift web console to manage the running pods, and view logs and much more.
107
126
127
+
As we have mounted a Kubernetes Volume between the host and the linux container, you can also consult the content of the WildFly Swarm log file `/var/log/swarm.log` if you ssh to the
128
+
virtual machine. If you use minishift, simply run this command `minishift ssh` to access it.
129
+
108
130
## Access services using a web browser
109
131
110
132
You can use any browser to perform a HTTP GET. This allows you to very easily test a few of the RESTful services we defined:
0 commit comments