mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
new logging
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user