diff --git a/.gitignore b/.gitignore index b678cfc7e46..0b2918f39b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /bin/ -.openshift-install.log +.openshift_install.log diff --git a/docs/user/troubleshooting.md b/docs/user/troubleshooting.md index 76bff13eeab..9f3ebc369d5 100644 --- a/docs/user/troubleshooting.md +++ b/docs/user/troubleshooting.md @@ -88,7 +88,7 @@ This is safe to ignore and merely indicates that the etcd bootstrapping is still ### Installer Fails to Create Resources -The easiest way to get more debugging information from the installer is to check the log file (`.openshift-install.log`) in the install directory. Regardless of the logging level specified, the installer will write its logs in case they need to be inspected retroactively. +The easiest way to get more debugging information from the installer is to check the log file (`.openshift_install.log`) in the install directory. Regardless of the logging level specified, the installer will write its logs in case they need to be inspected retroactively. ## Generic Troubleshooting