Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a965112

Browse filesBrowse files
committed
Tuning: Improve log format
1 parent 6427f85 commit a965112
Copy full SHA for a965112

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎log/llama.log.py

Copy file name to clipboardExpand all lines: log/llama.log.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
logDict = {'time':ts, 'log':json.loads(logDataStr)}
2323
logJsonStr = json.dumps(logDict, indent=4, ensure_ascii=False)
2424
fJson.write(logJsonStr + '\n')
25+
fJson.write('='*50 + '\n')
2526
fJson.flush()
2627

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.