forked from tintoy/seqlog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
762991a
commit 67e96cd
Showing
9 changed files
with
88 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ Contents: | |
|
||
readme | ||
installation | ||
migration | ||
usage | ||
usage-gunicorn | ||
Modules <api/modules> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
=============================== | ||
Migration guide from 0.4 to 0.5 | ||
=============================== | ||
|
||
First of all, the official way to configure Seq is via | ||
|
||
.. autofunction:: seqlog.configure_from_dict | ||
|
||
Alternatively you can call | ||
|
||
.. autofunction:: seqlog.configure_from_file | ||
|
||
|
||
.. warning:: DO NOT call :code:`logging.config.fromDict` | ||
|
||
Then, FeatureFlags were completely obliterated and moved to SeqLogHandler's constructor. | ||
|
||
Then, the SeqLogHandler accepts way more arguments that you can define in this dict: | ||
|
||
.. autoclass:: seqlog.structured_logging.SeqLogHandler | ||
:members: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.