commit | 3fac83151db3ea6f8765c8f6514674f4ce939cd2 | [log] [tgz] |
---|---|---|
author | Dong Wang <dong.d.wang@intel.com> | Fri Mar 14 13:35:10 2025 +0800 |
committer | Benjamin Cabé <kartben@gmail.com> | Tue Mar 18 16:42:07 2025 +0100 |
tree | 75586e6148f266b5adcd4bf39f58897957878f0c | |
parent | def5f8ee07a6bf159481a9006d09aa0947d2ef76 [diff] |
logging: Assign IDs to log backends early during log_core_init This commit moves the assignment of backend IDs from the 'z_log_init' function to the earlier 'log_core_init' function. This ensures that backend IDs are assigned before they are used in the 'log_backend_enable' function, preventing incorrect settings of log dynamic filters. Signed-off-by: Dong Wang <dong.d.wang@intel.com>