Skip to content
Snippets Groups Projects
Commit e5ea72bb authored by Janik Zikovsky's avatar Janik Zikovsky
Browse files

Refs #2584

parent c03b2478
No related merge requests found
......@@ -323,6 +323,10 @@ void ConfigServiceImpl::configureLogging()
Poco::Path logpath(m_logFilePath);
// Undocumented way to override the mantid.log path
if (Poco::Environment::has("MANTIDLOGPATH"))
logpath = Poco::Path(Poco::Environment::get("MANTIDLOGPATH"));
// An absolute path makes things simpler
logpath = logpath.absolute();
......
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