Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log Eintrag verständlicher machen: Idee inside #240

Closed
RedDaveNY opened this issue Nov 22, 2023 · 0 comments
Closed

Log Eintrag verständlicher machen: Idee inside #240

RedDaveNY opened this issue Nov 22, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@RedDaveNY
Copy link

RedDaveNY commented Nov 22, 2023

Wenn man den Kompabilitätsmodus aktiviert hat bekommt man immer eine Reihe von Warnungen ins log eingetragen.
Dieser war bei mir schon von Anfang an aktiviert und ich sehe immer diese Meldungen.

Heute habe ich es endlich geschafft sie durch entfernen des Hakens bei Kompatibilitätsmodus, also (compatibility = false), auszuschalten. Leider hatte ich keinen Bezug zwischen compatibility == false und dem Haken in den Einstellungen gehabt.
Auch wenn (GROßES LOB) ein mousover einen bei dem Haken auch weiterhilft.

Eine Meldung, wie nachfolgend, hätte mir und vielleicht auch anderen sehr geholfen.

"In a future version, some states are not more existent. Please disable the compatibility mode in the adapter settings by unchecking the box."

Alter Code:

568 if(this.config.compatibility === true) {
569 this.log.warn('In an future version some states are not more existent. Please use compatibility = false to switch to the new handling of the states!');
570 this.log.warn('You should then manually delete the old states!');
@afuerhoff afuerhoff added the enhancement New feature or request label Nov 23, 2023
@afuerhoff afuerhoff self-assigned this Jan 7, 2024
afuerhoff added a commit that referenced this issue Jan 18, 2024
* (afuerhoff) Readme updated
* (afuerhoff) function jsontables optimized
* (afuerhoff) non existent members set to false [#253](#253)
* (afuerhoff) optimization of log message [#240](#240)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants