Storage Location of Add-Ons Logfiles

Hello,

I‘m running a couple of add-ons in HomeAssistant. The Add-Ons usually create their own logfile which can be viewed in HA in settings - Add-Ons - addonname - Logfile
However, the displaying of the logfile seems to truncated at some point so I can see only a couple of minutes of logging activity.
Where in the OS filesystem are the add-on logfiles stored so that I can view their whole content via terminal?

br
Mario

By running an ssh session you an identify the identifiers for the add_on:
ha host logs identifiers

After that the log can be shown by the following command and supply that identifier:
ha host logs -t addon_identifier