Skip to content
Snippets Groups Projects
Commit e15de4a9 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Adding some other common variables for the smarter users. Fixes #3862.

parent 4205904d
No related branches found
No related tags found
No related merge requests found
......@@ -605,6 +605,14 @@ void ConfigServiceImpl::createUserPropertiesFile() const
filestr << "#overriding any value set in the Mantid.properties file" << std::endl;
filestr << "#algorithms.retained = 90" << std::endl;
filestr << std::endl;
filestr << "#uncomment to enable archive search - ICat and Orbiter" << std::endl;
filestr << "#datasearch.searcharchive = On" << std::endl;
filestr << std::endl;
filestr << "#uncomment to change logging level. Valid values are: error, warning, notice, information, debug" << std::endl;
filestr << "#logging.loggers.root.level = information" << std::endl;
filestr.close();
} catch (std::runtime_error& ex)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment