The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Enable log messages in all consoles - shahargli - 2014-06-11 20:38



User(s) browsing this thread: 1 Guest(s)