Log text for Tensorboard

How can I log simple text data from a tune trainable?
If I return a dict(test_string=‘hello world’) from the step function it is not shown in tensorboard Text as I would have expected.