summaryrefslogtreecommitdiff
path: root/src/components/policy/doc/grc/conf.smartDeviceLinkCore
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/doc/grc/conf.smartDeviceLinkCore')
-rw-r--r--src/components/policy/doc/grc/conf.smartDeviceLinkCore34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/components/policy/doc/grc/conf.smartDeviceLinkCore b/src/components/policy/doc/grc/conf.smartDeviceLinkCore
deleted file mode 100644
index 11c7643c68..0000000000
--- a/src/components/policy/doc/grc/conf.smartDeviceLinkCore
+++ /dev/null
@@ -1,34 +0,0 @@
-# source filename
-regexp=\w+\.(?:cpp|h)
-colours=yellow
-===
-regexp=^(ERROR|FATAL)
-colours=red on_yellow
-===
-regexp=^WARN
-colours=red
-===
-regexp=^INFO
-colours=blue
-===
-regexp=^TRACE
-colours=magenta
-===
-# component
-regexp=(?<=\])\[[^]]+\]
-colours=cyan
-===
-# something invalid
-regexp=(?i)invalid
-colours=red
-===
-# RPC message start
-regexp=^\{$
-colours=bold
-count=block
-===
-# RPC message end
-regexp=^\}$
-colours=bold
-count=unblock
-