new logging

This commit is contained in:
Will McGugan
2022-09-01 11:11:03 +01:00
parent c76594409c
commit 433aaafdd2
22 changed files with 386 additions and 196 deletions

View File

@@ -35,4 +35,4 @@ class SmoothApp(App):
# self.set_timer(10, lambda: self.action("quit"))
SmoothApp.run(log_path="textual.log", log_verbosity=2)
SmoothApp.run(log_path="textual.log")