ioBroker / ioBroker.js-controller

ioBroker controller
http://iobroker.net
MIT License
294 stars 57 forks source link

[enhancement]: add version info to startup info #2805

Open mcm1957 opened 3 weeks ago

mcm1957 commented 3 weeks ago

No existing issues.

Description

Whenever an instance is started theres some message logged like

`2024-06-13 19:00:36.950 info instance system.adapter.daikin.0 started with pid 2779``

This message is missing one (or two) importent infos. Please add

Why?

In many cases one has to ask provider of log to specify the aapter version although a complete log has been provided.

How?

No response

Apollon77 commented 2 weeks ago

Hm ... the adapter itself will outoput these infos .. do we really need to duplicate that?

foxriver76 commented 2 weeks ago

The Problem is if Adapter cannot start eg with the latest Adapter core Version or anything you don’t get the Information from log, that was @mcm1957 intention I guess

mcm1957 commented 2 weeks ago

My Intention was to avoid repeating to ask the User which adapterversuon from which source he has onstalled. Several reports has a clear error log but did not contain the adapter version.
I think I did post an example at the issue. Duplicating app 8 chars should not flood log.