don't log in injector to work around linux crash

This commit is contained in:
goat 2024-07-03 12:20:58 +02:00
parent 8d08f46fd7
commit b546dd0f96

View file

@ -10,7 +10,7 @@
int wmain(int argc, wchar_t** argv)
{
// Take care: don't redirect stderr/out here, we need to write our pid to stdout for XL to read
logging::start_file_logging("dalamud.injector.boot.log", false);
//logging::start_file_logging("dalamud.injector.boot.log", false);
logging::I("Dalamud Injector, (c) 2021 XIVLauncher Contributors");
logging::I("Built at : " __DATE__ "@" __TIME__);