Skip to content

Commit

Permalink
Modify etc/FaceRecognizer_logqt.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed May 28, 2024
1 parent 5eccf1d commit 5bfec40
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions etc/FaceRecognizer_logqt.ini
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
[Log]
;; Log file path.
;Path=log
;; Log file name prefix
Name="yyyy-MM-dd"
Pattern="[%{time hh:mm:ss.zzz} %{pid}|%{threadid} %{if-debug}D%{endif}%{if-info}I%{endif}%{if-warning}W%{endif}%{if-critical}E%{endif}%{if-fatal}F%{endif}] %{category} - %{message} [%{file}:%{line}, %{function}]"
;; Message format pattern. See: https://doc.qt.io/qt-6/qtlogging.html#qSetMessagePattern
Pattern="[%{time hh:mm:ss.zzz} %{pid}|%{threadid} %{if-debug}D%{endif}%{if-info}I%{endif}%{if-warning}W%{endif}%{if-critical}E%{endif}%{if-fatal}F%{endif}] %{category} - %{message}"
;[%{file}:%{line}, %{function}]"
;; Log file length
;Length=100M
;; Log file count
;Count=10
;; Write log file interval
;Interval=1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Log rules
;Please see QLoggingCategory documents
;Format:
; <category>[.<type>] = true|false
;; Log rules
;; Please see QLoggingCategory documents: https://doc.qt.io/qt-6/qloggingcategory.html#logging-rules
;; Format:
;; <category>[.<type>] = true|false
[Rules]
;*=false
*.debug=false
;*.warning=false

;RabbitCommon*=false
;RabbitCommon.Updater=true

Face*=true

0 comments on commit 5bfec40

Please sign in to comment.