mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 10:29:06 +02:00
v1.1.6
- Updated logging feature to indicate the feature which was enabled or disabled within the log message, instead of only in the metadata Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -68,7 +68,7 @@ class ArcaneFeatureFlags extends ArcaneService {
|
||||
|
||||
if (Arcane.logger.initialized) {
|
||||
Arcane.logger.log(
|
||||
"Feature enabled",
|
||||
"Feature enabled: ${feature.name}",
|
||||
level: Level.debug,
|
||||
metadata: {
|
||||
feature.name: "✅",
|
||||
@@ -97,7 +97,7 @@ class ArcaneFeatureFlags extends ArcaneService {
|
||||
|
||||
if (Arcane.logger.initialized) {
|
||||
Arcane.logger.log(
|
||||
"Feature disabled",
|
||||
"Feature disabled: ${feature.name}",
|
||||
level: Level.debug,
|
||||
metadata: {
|
||||
feature.name: "❌",
|
||||
|
||||
Reference in New Issue
Block a user