mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-23 03:58:49 +00:00
fix: use chroniclesLineNumbers
This commit is contained in:
parent
f3dd636c42
commit
dda99d64c4
@ -87,11 +87,11 @@ proc ensureDirectories*(dataDir, tmpDir, logDir: string) =
|
|||||||
|
|
||||||
proc logHandlerCallback(messageType: cint, message: cstring, category: cstring, file: cstring, function: cstring, line: cint) {.cdecl, exportc.} =
|
proc logHandlerCallback(messageType: cint, message: cstring, category: cstring, file: cstring, function: cstring, line: cint) {.cdecl, exportc.} =
|
||||||
logScope:
|
logScope:
|
||||||
|
chroniclesLineNumbers = false
|
||||||
topics = "qt"
|
topics = "qt"
|
||||||
text = $message
|
|
||||||
source_file = $file & ":" & $line
|
|
||||||
function = $function
|
|
||||||
category = $category
|
category = $category
|
||||||
|
file = $file & ":" & $line
|
||||||
|
text = $message
|
||||||
|
|
||||||
case int(messageType):
|
case int(messageType):
|
||||||
of 0: # QtDebugMsg
|
of 0: # QtDebugMsg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user