Skip to content

Commit

Permalink
Tracking log level change.. does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharp38 committed Aug 2, 2024
1 parent 623a156 commit 9584956
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/class/Abeille.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,12 @@ public static function postSave() {
// log::add('Abeille', 'debug', 'deamon_postSave: OUT');
}

// Trying to capture log level change event
public static function postConfig_log_level_Abeille($value) {
log::add('Abeille', 'debug', 'postConfig_log_level_Abeille(): value='.json_encode($value));
// NOT WORKING: Might be a Jeedom bug.
}

/* Returns inclusion status: 1=include mode, 0=normal, -1=ERROR */
public static function checkInclusionStatus($net) {
$eqLogic = eqLogic::byLogicalId($net.'/0000', 'Abeille');
Expand Down

0 comments on commit 9584956

Please sign in to comment.