1
0
mirror of synced 2025-12-22 19:34:15 -05:00

GitHub Enterprise Server 3.11 general availability (#47198)

This commit is contained in:
Matt Pollard
2023-12-05 23:03:08 +01:00
committed by GitHub
parent 3d44ee5f94
commit 18c724c464
8 changed files with 361 additions and 9 deletions

View File

@@ -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

View File

@@ -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