1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00
Files
installer/.gitignore
Alex Crawford 06c5fd36de openshift-install: log debug output to file
This changes the logging strategy so that it logs all output to a local
file in addition to logging at the desired level to the console.
Unfortunately, logrus doesn't have a facility for capturing all log
entries (the hooks are only fired for entries which are at or below the
specified level) so this disables the console output and sets up two
hooks: one for the console and one for the local file.
2018-11-19 15:15:32 -08:00

3 lines
28 B
Plaintext

bin/
.openshift-install.log