Skip to content

Commit be33d8b

Browse files
committed
dist: Enable logging for keylime library in the service
Set the logging level as INFO for the keylime library in the systemd service file. Some of the messages were moved from main to the library and would not be logged without this setting. Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent 23dc33a commit be33d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/systemd/system/keylime_agent.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ExecStart=/usr/bin/keylime_agent
1717
TimeoutSec=60s
1818
Restart=on-failure
1919
RestartSec=120s
20-
Environment="RUST_LOG=keylime_agent=info"
20+
Environment="RUST_LOG=keylime_agent=info,keylime=info"
2121
# If using swtpm with tpm2-abrmd service, uncomment the line below to set TCTI
2222
# variable on the service environment
2323
#Environment="TCTI=tabrmd:"

0 commit comments

Comments
 (0)