mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
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.
3 lines
28 B
Plaintext
3 lines
28 B
Plaintext
bin/
|
|
.openshift-install.log
|