Skip to content

Commit

Permalink
Add more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Apr 8, 2024
1 parent e04c61e commit c0111ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sphinx_autobuild/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,13 @@ def main():
)

if not args.no_initial_build:
show(context="Starting initial build")
builder(rebuild=False)

if args.open_browser:
open_browser(url_host, args.delay)

show(context="Waiting to detect changes...")
try:
uvicorn.run(app, host=host_name, port=port_num, log_level="warning")
except KeyboardInterrupt:
Expand Down

0 comments on commit c0111ad

Please sign in to comment.