pub fn debug(action: &str, message: &str)
Debug log (only shown when LOG_LEVEL=debug)
tana_stdio::debug("cache", "hit for key: user_123"); // Output (only if LOG_LEVEL=debug): [cache] hit for key: user_123