mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
[kernel] Clean up log areas
Removing several log areas that are not used
This commit is contained in:
@@ -1,16 +1,11 @@
|
|||||||
LOG(apic, info)
|
LOG(apic, info)
|
||||||
LOG(boot, verbose)
|
LOG(boot, info)
|
||||||
LOG(clock, verbose)
|
LOG(device, spam)
|
||||||
LOG(device, verbose)
|
|
||||||
LOG(driver, info)
|
|
||||||
LOG(fs, info)
|
|
||||||
LOG(irq, info)
|
LOG(irq, info)
|
||||||
LOG(loader, verbose)
|
LOG(memory, info)
|
||||||
LOG(memory, verbose)
|
LOG(objs, info)
|
||||||
LOG(objs, verbose)
|
|
||||||
LOG(paging, info)
|
LOG(paging, info)
|
||||||
LOG(sched, info)
|
LOG(sched, info)
|
||||||
LOG(syscall,verbose)
|
LOG(syscall,info)
|
||||||
LOG(task, verbose)
|
LOG(task, verbose)
|
||||||
LOG(timer, verbose)
|
LOG(timer, info)
|
||||||
LOG(vmem, verbose)
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# vim: ft=python
|
# vim: ft=python
|
||||||
|
|
||||||
init = module("srv.logger",
|
module("srv.logger",
|
||||||
targets = [ "user" ],
|
targets = [ "user" ],
|
||||||
deps = [ "libc" ],
|
deps = [ "libc" ],
|
||||||
description = "Logging server",
|
description = "Logging server",
|
||||||
|
|||||||
Reference in New Issue
Block a user