You can also use systemd-cat to pipe the output of any command directly into the journal. For example: ls -l / | systemd-cat -p info -t my-script will run the command and log its output with an "info" priority and the identifier "my-script".
Wow, this sounds hella useful for one off commands you want to have pick up in centralised logging