Skip to content

Commit c763236

Browse files
authored
Add missing logfire.configure() to loguru docs (#332)
1 parent 46322c9 commit c763236

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/integrations/loguru.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
import logfire
77
from loguru import logger
88

9+
logfire.configure()
10+
911
logger.configure(handlers=[logfire.loguru_handler()])
1012
logger.info('Hello, {name}!', name='World')
1113
```

0 commit comments

Comments
 (0)