Disable logging + extra notes
This commit is contained in:
parent
c83f8530f8
commit
c2ebe34ab6
@ -223,7 +223,8 @@ export default {
|
||||
}
|
||||
},
|
||||
loggingEnded(newValue) {
|
||||
console.log("is loggign ended?", newValue)
|
||||
// note — the value of loggingEnded never actually matters. Even if this value is 'true'
|
||||
// internally, vuexStore.dspatch() will still do its job and give us the signal we want
|
||||
if (newValue) {
|
||||
this.stopLogging();
|
||||
}
|
||||
|
@ -105,8 +105,8 @@ class Logger {
|
||||
// console.info('[Logger::<storage/on change> No new logger settings!');
|
||||
}
|
||||
if (changes['uwLogger'] && changes['uwLogger'].newValue) {
|
||||
console.log("[Logger::<storage/on change>] Logger have been changed outside of here. Updating active settings. Changes:", changes, "storage area:", area);
|
||||
console.info("[Logger::<storage/on change>] new logger settings object (parsed):", JSON.parse(changes.uwLogger.newValue));
|
||||
// console.log("[Logger::<storage/on change>] Logger have been changed outside of here. Updating active settings. Changes:", changes, "storage area:", area);
|
||||
// console.info("[Logger::<storage/on change>] new logger settings object (parsed):", JSON.parse(changes.uwLogger.newValue));
|
||||
}
|
||||
}
|
||||
if (!changes['uwLogger']) {
|
||||
|
Loading…
Reference in New Issue
Block a user