mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 03:28:52 +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.} =
|
||||
logScope:
|
||||
chroniclesLineNumbers = false
|
||||
topics = "qt"
|
||||
text = $message
|
||||
source_file = $file & ":" & $line
|
||||
function = $function
|
||||
category = $category
|
||||
file = $file & ":" & $line
|
||||
text = $message
|
||||
|
||||
case int(messageType):
|
||||
of 0: # QtDebugMsg
|
||||
|
Loading…
x
Reference in New Issue
Block a user