Logger.metadata

You're seeing just the function metadata, go back to Logger module for more information.

Specs

metadata() :: metadata()

Reads the current process metadata.

Specs

metadata(metadata()) :: :ok

Alters the current process metadata according the given keyword list.

This function will merge the given keyword list into the existing metadata, with the exception of setting a key to nil, which will remove that key from the metadata.