httpDebug function logs detailed information to the console, but only when the application is in development mode (NODE_ENV === "development") or when the SHOW_ERRORS_IN_CONSOLE environment variable is set to true.ts
import { httpDebug } from "@arkyn/server";
string): A name or context for the debug log.any): The main content or data to be logged.any, optional): Additional information or the cause of the error to be logged.