Skip to content

Commit

Permalink
Merge pull request #9 from cprieto/patch-1
Browse files Browse the repository at this point in the history
Fix typo with default port
  • Loading branch information
tintoy committed Jul 19, 2018
2 parents 28bea6b + 5d7cb06 commit 1e8cee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Configure logging programmatically
import seqlog
seqlog.log_to_seq(
server_url="http://my-seq-server:5431/",
server_url="http://my-seq-server:5341/",
api_key="My API Key",
level=logging.INFO,
batch_size=10,
Expand Down

0 comments on commit 1e8cee9

Please sign in to comment.