mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-01 20:24:27 -04:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue