Skip to content

cli / driver

driver is the main binary produced from FluffOS Project.

Usage

bash
./driver [flags] config_file

Flags

FlagDescription
-f<flag>After initialization, before opening network connections, driver will call void flag(string) function on master object.
-d<category>Enable debug logging, this flag can occur multiple times. This is same as calling set_debug_level() EFUN.
--tracing <trace_file>Enable LPC tracing

Debug logging Categories

CategoryDescription
call_outCallouts
d_flagLegacy combination of various events
connectionsexternal connections
mappingMapping operations
socketsLPC Sockets related logs
comp_func_tabCompilation
LPCLPC execution
LPC_lineLPC execution
eventEvents
dnsDNS resolution logs
fileFilesystem operations
add_actionadd_action packages related logs
telnetTelnet protocol
websocketWebsocket protocol