summaryrefslogtreecommitdiffstats
path: root/vespalog
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-07-26 14:48:01 +0000
committerArne Juul <arnej@yahooinc.com>2022-08-16 08:53:43 +0000
commit512a2e9eece834a98c735aab9d09e3662b7e16a1 (patch)
tree3dcc3da3d2d196ae896ec5a63110885d1b83533a /vespalog
parentcf579cd8d957b1bb2992d7a86830fbca3a64f82b (diff)
hookup new version of vespa-logfmt
* adds simple go compilation hook for cmake * stop installing perl version of vespa-logfmt
Diffstat (limited to 'vespalog')
-rw-r--r--vespalog/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/vespalog/CMakeLists.txt b/vespalog/CMakeLists.txt
index 45410a1d29d..cc419681445 100644
--- a/vespalog/CMakeLists.txt
+++ b/vespalog/CMakeLists.txt
@@ -17,6 +17,5 @@ vespa_define_module(
src/test/threads
)
-vespa_install_script(src/vespa-logfmt/vespa-logfmt.pl vespa-logfmt bin)
install(FILES src/vespa-logfmt/vespa-logfmt.1 DESTINATION man/man1)
install(DIRECTORY DESTINATION var/db/vespa/logcontrol)