GitHub Enterprise Server 3.11 general availability (#47198)
This commit is contained in:
@@ -6,6 +6,7 @@ redirect_from:
|
||||
- /enterprise/admin/configuration/configuring-applications
|
||||
- /admin/configuration/configuring-applications
|
||||
- /admin/configuration/configuring-your-enterprise/configuring-applications
|
||||
- /admin/configuration/configuring-user-applications-for-your-enterprise/configuring-interactive-maps
|
||||
versions:
|
||||
ghes: '*'
|
||||
type: how_to
|
||||
|
||||
@@ -46,10 +46,8 @@ In addition to reviewing your system logs, you can monitor activity on your inst
|
||||
- [Log files for the {% data variables.product.prodname_dotcom %} application](#log-files-for-the-github-application)
|
||||
- [Log files for the HTTP server](#log-files-for-the-http-server)
|
||||
- [Log files for instance configuration](#log-files-for-instance-configuration)
|
||||
- [Log files for the {% data variables.enterprise.management_console %}](#log-files-for-themanagement-console)
|
||||
- [Log files for the {% data variables.enterprise.management_console %}](#log-files-for-the-management-console)
|
||||
- [Log files for search](#log-files-for-search)
|
||||
- [Log files for storage](#log-files-for-storage)
|
||||
- [Log files for webhooks](#log-files-for-webhooks)
|
||||
- [Log files for system services](#log-files-for-system-services)
|
||||
|
||||
{% ifversion ghes < 3.9 %}
|
||||
@@ -117,7 +115,10 @@ The following log files contain events related to the configuration of your inst
|
||||
|
||||
| Path | Description |
|
||||
| :- | :- |
|
||||
| <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)." |
|
||||
| <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)." |
|
||||
{%- ifversion unique-config-run-logs %}
|
||||
| <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. |
|
||||
{%- endif %}
|
||||
|
||||
### Log files for search
|
||||
|
||||
@@ -133,7 +134,7 @@ The following log files contain events related to webhooks that your instance se
|
||||
|
||||
| Service name | Description |
|
||||
| :- | :- |
|
||||
| `hookshot-go` | Records events for all webhook activity on the instance, including triggered webhooks, deliveries, and failures.|
|
||||
| <pre>hookshot-go</pre> | Records events for all webhook activity on the instance, including triggered webhooks, deliveries, and failures.|
|
||||
|
||||
### Log files for system services
|
||||
|
||||
|
||||
Reference in New Issue
Block a user