Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit d864a7b

Browse files
committed
Delete trailing whitespace from README
1 parent 1a46479 commit d864a7b

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

README.markdown

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pip:
1212

1313
Pypi:
1414

15-
https://pypi.python.org/pypi/python-json-logger
15+
https://pypi.python.org/pypi/python-json-logger
1616

1717
Manual:
1818

@@ -67,27 +67,27 @@ To use the module with a config file using the [`fileConfig` function](https://d
6767

6868
[loggers]
6969
keys = root,custom
70-
70+
7171
[logger_root]
72-
handlers =
73-
72+
handlers =
73+
7474
[logger_custom]
7575
level = INFO
7676
handlers = custom
7777
qualname = custom
78-
78+
7979
[handlers]
8080
keys = custom
81-
81+
8282
[handler_custom]
8383
class = StreamHandler
8484
level = INFO
8585
formatter = json
8686
args = (sys.stdout,)
87-
87+
8888
[formatters]
8989
keys = json
90-
90+
9191
[formatter_json]
9292
format = %(message)s
9393
class = pythonjsonlogger.jsonlogger.JsonFormatter
@@ -99,22 +99,22 @@ Sample JSON with a full formatter (basically the log message from the unit test)
9999

100100
```json
101101
{
102-
"threadName": "MainThread",
103-
"name": "root",
104-
"thread": 140735202359648,
105-
"created": 1336281068.506248,
106-
"process": 41937,
107-
"processName": "MainProcess",
108-
"relativeCreated": 9.100914001464844,
109-
"module": "tests",
110-
"funcName": "testFormatKeys",
111-
"levelno": 20,
112-
"msecs": 506.24799728393555,
113-
"pathname": "tests/tests.py",
114-
"lineno": 60,
115-
"asctime": ["12-05-05 22:11:08,506248"],
116-
"message": "testing logging format",
117-
"filename": "tests.py",
102+
"threadName": "MainThread",
103+
"name": "root",
104+
"thread": 140735202359648,
105+
"created": 1336281068.506248,
106+
"process": 41937,
107+
"processName": "MainProcess",
108+
"relativeCreated": 9.100914001464844,
109+
"module": "tests",
110+
"funcName": "testFormatKeys",
111+
"levelno": 20,
112+
"msecs": 506.24799728393555,
113+
"pathname": "tests/tests.py",
114+
"lineno": 60,
115+
"asctime": ["12-05-05 22:11:08,506248"],
116+
"message": "testing logging format",
117+
"filename": "tests.py",
118118
"levelname": "INFO",
119119
"special": "value",
120120
"run": 12

0 commit comments

Comments
 (0)