Skip to content

Commit fa38374

Browse files
Merge pull request #121 from MEHRSHAD-MIRSHEKARY/main
📚 Update README.md sections
2 parents 3f5c886 + 7d65cbf commit fa38374

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Welcome to django_logging Documentation!
1717

1818
The [`django_logging`](https://github.com/lazarus-org/django_logging) is a powerful yet simple Django package that extends and enhances Python's built-in ``logging`` without relying on any **third-party** libraries. Our goal is to keep things straightforward while providing flexible and customizable logging solutions that are specifically designed for Django applications.
1919

20-
One of the key advantages of ``django_logging`` is its seamless integration. Get started with django_logging in your existing projects without refactoring any code. Even if you're already using the **default logging setup**, you can instantly upgrade to advanced features with just a simple installation. No extra changes or complicated setup required!
20+
One of the key advantages of ``django_logging`` is its seamless integration. Get started with django_logging in your existing projects without refactoring any code. Even if you're already using the **built-in logging module**, you can instantly upgrade to advanced features with just a simple installation. No extra changes or complicated setup required!
2121

2222
imagine you have a Django package that was developed a few years ago and already uses Python's built-in ``logging``. Refactoring the entire codebase to use another logging package would be a daunting task. But with ``django_logging``, you don't have to worry about that. Simply install django_logging and enjoy all its advanced features with logging each ``LEVEL`` in separate files with three extra formats (``json``, ``xml``, ``flat``) **without having to make any changes** to your existing code.
2323

@@ -34,6 +34,7 @@ The documentation is organized into the following sections:
3434

3535
- [Quick Start](#quick-start)
3636
- [Usage](#usage)
37+
- [LogiBoard Integration](#LogiBoard-Integration)
3738
- [Settings](#settings)
3839
- [Available Format Options](#available-format-options)
3940
- [Required Email Settings](#required-email-settings)

0 commit comments

Comments
 (0)