fix: use chroniclesLineNumbers

This commit is contained in:
Igor Sirotin 2024-06-19 10:10:15 +01:00
parent f3dd636c42
commit dda99d64c4
1 changed files with 3 additions and 3 deletions

View File

@ -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