Drop order mode settings change logmsgs to `.runtime` again

even_moar_kraken_order_fixes
Tyler Goodlet 2022-10-27 14:59:36 -04:00
parent 30994dac10
commit 9486d993ce
1 changed files with 1 additions and 1 deletions

View File

@ -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