calamares: log settings and logfile paths again
When setting up the application, output goes to stdout, so do it again once the logfile is configured, so that these specific settings are in the log file as well.
This commit is contained in:
parent
18689074a8
commit
cdd50681cd
@ -66,6 +66,8 @@ CalamaresApplication::init()
|
||||
{
|
||||
Logger::setupLogfile();
|
||||
cDebug() << "Calamares version:" << CALAMARES_VERSION;
|
||||
cDebug() << Logger::SubEntry << "Using settings:" << Calamares::Settings::instance()->path();
|
||||
cDebug() << Logger::SubEntry << "Using log file:" << Logger::logFile();
|
||||
cDebug() << Logger::SubEntry << "languages:" << Calamares::Locale::availableLanguages();
|
||||
|
||||
if ( !Calamares::Settings::instance() )
|
||||
|
Loading…
Reference in New Issue
Block a user