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
Copy file name to clipboardExpand all lines: content/admin/monitoring-managing-and-updating-your-instance/monitoring-your-instance/about-system-logs.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -46,10 +46,8 @@ In addition to reviewing your system logs, you can monitor activity on your inst
46
46
-[Log files for the {% data variables.product.prodname_dotcom %} application](#log-files-for-the-github-application)
47
47
-[Log files for the HTTP server](#log-files-for-the-http-server)
48
48
-[Log files for instance configuration](#log-files-for-instance-configuration)
49
-
-[Log files for the {% data variables.enterprise.management_console %}](#log-files-for-themanagement-console)
49
+
-[Log files for the {% data variables.enterprise.management_console %}](#log-files-for-the-management-console)
50
50
-[Log files for search](#log-files-for-search)
51
-
-[Log files for storage](#log-files-for-storage)
52
-
-[Log files for webhooks](#log-files-for-webhooks)
53
51
-[Log files for system services](#log-files-for-system-services)
54
52
55
53
{% ifversion ghes < 3.9 %}
@@ -117,7 +115,10 @@ The following log files contain events related to the configuration of your inst
117
115
118
116
| Path | Description |
119
117
| :- | :- |
120
-
| <pre>/data/user/common/ghe-config.log</pre> | Records events associated with each configuration run. If a configuration run fails, output to the log stops. This log also records information about migrations that run during the process of upgrading an instance's software. For more information, see "[AUTOTITLE](/admin/configuration/configuring-your-enterprise/command-line-utilities#ghe-config-apply)." |
118
+
| <pre>/data/user/common/ghe-config.log</pre> | Records events associated with {% ifversion unique-config-run-logs %}the latest{% else %}each{% endif %} configuration run. If a configuration run fails, output to the log stops. This log also records information about migrations that run during the process of upgrading an instance's software. For more information, see "[AUTOTITLE](/admin/configuration/configuring-your-enterprise/command-line-utilities#ghe-config-apply)." |
119
+
{%- ifversion unique-config-run-logs %}
120
+
| <pre>/data/user/config-apply/logs/YYYYMMDD/*</pre> | Stores log files for previous configuration runs. The instance stores the files in a directory that reflects the date, and each file name reflects the node and the ID of the run. |
121
+
{%- endif %}
121
122
122
123
### Log files for search
123
124
@@ -133,7 +134,7 @@ The following log files contain events related to webhooks that your instance se
133
134
134
135
| Service name | Description |
135
136
| :- | :- |
136
-
|`hookshot-go`| Records events for all webhook activity on the instance, including triggered webhooks, deliveries, and failures.|
137
+
|<pre>hookshot-go</pre>| Records events for all webhook activity on the instance, including triggered webhooks, deliveries, and failures.|
0 commit comments