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

@@ -37,9 +37,7 @@ class ButtonsApp(App[str]):
self.dark = not self.dark
app = ButtonsApp(
log_path="textual.log", css_path="buttons.css", watch_css=True, log_verbosity=3
)
app = ButtonsApp(log_path="textual.log", css_path="buttons.css", watch_css=True)
if __name__ == "__main__":
result = app.run()