Enable log messages in all consoles
|
2014-06-11, 20:38
Post: #1
|
|||
|
|||
Enable log messages in all consoles
hello,
I'm trying to get ipxe log and debug messages in AWS, AWS provides system log which is supposed to provide the same output as physical screen. I do see printf messages in AWS console, but I cannot see any log messages. Since I dont know how does ipxe consoles map into AWS console, I'm trying to enable logs on all consoles, but here is the issue: What is the correct way to enable log messages in all consoles? I tried setting: #define CONSOLE_PCBIOS CONSOLE_USAGE_LOG/* Default BIOS console */ #define CONSOLE_DIRECT_VGA CONSOLE_USAGE_LOG #define CONSOLE_VESAFB CONSOLE_USAGE_LOG /* VESA framebuffer console */ #define LOG_LEVEL LOG_ALL at config/local/console.h but when running: make DEBUG=iscsi:8,dhcp:8 make fails due to: error: "CONSOLE_PCBIOS" redefined any help will be appreciated thanks shahar |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Enable log messages in all consoles - shahargli - 2014-06-11 20:38
RE: Enable log messages in all consoles - robinsmidsrod - 2015-03-09, 12:13
RE: Enable log messages in all consoles - plachance - 2016-01-14, 11:34
|
User(s) browsing this thread: 1 Guest(s)