Oh, guess lua global "print()" stuff doesn't ends up in log.
There's "conf.debug_print = print" tunable for that, guess will flip it to use "log" instead.
"print()" is kinda nicer in that there's no giant prefix before these lines in factorio's stdout, but oh well.