-
Notifications
You must be signed in to change notification settings - Fork 766
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Hello there,
I have read the documentation for personalization
Lines 343 to 349 in 764cd30
| ### Personalizable defaults through environment variables | |
| Don't like the default logger formatting? Would prefer another `DEBUG` color? [No problem](https://loguru.readthedocs.io/en/stable/api/logger.html#env): | |
| ```bash | |
| # Linux / OSX | |
| export LOGURU_FORMAT="{time} | <lvl>{message}</lvl>" |
but ... can I do this in-code instead? π
Without doing too much work / copying too much code.
I will bite the bullet if because of async operations, some messages manage to bypass my setting of the LOGURU_DEBUG_COLOR=<white>.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested