Just add a couple of parentheses:
((std::clog << "[" << std::put_time(std::gmtime(&t), "%F %T") << "]" << "[DEBUG] ") << ... << args) << '\n';
This makes the fold expression well formed, by clearly identifying the "init" term.