blob: 688fa54d7fac2df295d99585b76661f0612d2309 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="../css/builder-gluster/style.css"
type="text/css" media="screen" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Sub Topic</title>
</head>
<body>
<h1>Deploying Gluster Management Console on a Dedicated Host</h1>
You can display the server logs using the Management Console. The
following table describes the information displayed when viewing logs:
<table>
<tr>
<td>Date</td>
<td>The date of the log entry</td>
</tr>
<tr>
<td>Time</td>
<td>The time of the log entry</td>
</tr>
<tr>
<td>Type</td>
<td>The type of the log entry; either Normal or Error</td>
</tr>
<tr>
<td>Details</td>
<td>Details about the log entry</td>
</tr>
</table>
<p>
</body>
</html>
|