aboutsummaryrefslogtreecommitdiff
path: root/example/agent.hcl
diff options
context:
space:
mode:
Diffstat (limited to 'example/agent.hcl')
-rw-r--r--example/agent.hcl10
1 files changed, 5 insertions, 5 deletions
diff --git a/example/agent.hcl b/example/agent.hcl
index c9dd670..f25b095 100644
--- a/example/agent.hcl
+++ b/example/agent.hcl
@@ -1,7 +1,7 @@
-log_level = "TRACE"
+#log_level = "TRACE"
-plugin "hello-driver" {
- config {
- shell = "bash"
- }
+client {
+}
+
+plugin "exec2" {
}