Drop order mode settings change logmsgs to `.runtime` again
parent
30994dac10
commit
9486d993ce
|
@ -293,7 +293,7 @@ class SettingsPane:
|
||||||
|
|
||||||
# don't log account "change" case since it'll be submitted
|
# don't log account "change" case since it'll be submitted
|
||||||
# on every mouse interaction.
|
# on every mouse interaction.
|
||||||
log.info(f'settings change: {key}: {value}')
|
log.runtime(f'settings change: {key}: {value}')
|
||||||
|
|
||||||
# TODO: maybe return a diff of settings so if we can an error we
|
# TODO: maybe return a diff of settings so if we can an error we
|
||||||
# can have general input handling code to report it through the
|
# can have general input handling code to report it through the
|
||||||
|
|
Loading…
Reference in New Issue