Skip to content

Commit c1b8063

Browse files
joonasthomastaylor312
authored andcommitted
chore(tests): Switch SPIRE Agent logging configuration back to silence
Signed-off-by: Joonas Bergius <joonas@cosmonic.com>
1 parent a76cbd1 commit c1b8063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/fixtures/agent.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
agent {
22
data_dir = "$AGENT_DATA_DIR"
3-
log_level = "DEBUG"
4-
# log_file = "/dev/null"
3+
log_level = "ERROR"
4+
log_file = "/dev/null"
55
trust_domain = "wasmcloud.dev"
66
server_address = "$SPIRE_SERVER_HOST"
77
server_port = "$SPIRE_SERVER_PORT"

0 commit comments

Comments
 (0)