mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
[kernel] Don't use deferred logging for now
The last bug getting back to par with master - looks like there might be threading issues with the logger task at the moment. Turning it off for now. Tags: log bug todo
This commit is contained in:
@@ -28,7 +28,7 @@ logger_task()
|
||||
auto *ent = reinterpret_cast<log::logger::entry *>(buffer);
|
||||
auto *cons = console::get();
|
||||
|
||||
g_logger.set_immediate(nullptr);
|
||||
//g_logger.set_immediate(nullptr);
|
||||
log::info(logs::task, "Starting kernel logger task");
|
||||
|
||||
scheduler &s = scheduler::get();
|
||||
|
||||
Reference in New Issue
Block a user