This commit is contained in:
Maxime Van Hees 2025-05-12 11:17:15 +02:00
parent f386890a8a
commit 916eabfa42

View File

@ -63,15 +63,6 @@ try {
for log in logs {
print(log);
}
// Or to get all logs (uncomment if needed)
// print("\nGetting all logs:");
// let all_logs = zinit_logs_all(socket_path);
//
// for log in all_logs {
// print(log);
// }
// Clean up
print("\nCleaning up:");
let stop_result = zinit_stop(socket_path, new_service);