summaryrefslogtreecommitdiffstats
path: root/vespalog/abi-spec.json
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-01-10 12:11:20 +0100
committerHarald Musum <musum@verizonmedia.com>2020-01-10 12:11:20 +0100
commitc40d02e256eedd62ec8eab2735652e8fb217cd5e (patch)
tree8a3e781bb0dae86c61a8f3a5b028ebfc3f29323d /vespalog/abi-spec.json
parentf77006746634b570aac00847c2ebe426c5e40808 (diff)
Make sure to close file handler used for zookeeper log messages
This avoid .lck files being left behind after stopping container
Diffstat (limited to 'vespalog/abi-spec.json')
-rw-r--r--vespalog/abi-spec.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/vespalog/abi-spec.json b/vespalog/abi-spec.json
index edf9703af4b..09ac3fa75d3 100644
--- a/vespalog/abi-spec.json
+++ b/vespalog/abi-spec.json
@@ -167,7 +167,8 @@
"public static java.util.Timer getTaskRunner()",
"public static void clearHandlers()",
"public static void initVespaLogging(java.lang.String)",
- "public static com.yahoo.log.VespaLogHandler getLogHandler()"
+ "public static com.yahoo.log.VespaLogHandler getLogHandler()",
+ "public static void cleanup()"
],
"fields": []
},