Compare commits

..

No commits in common. "944f22be237e0fe562ca088f22a5b3ab27464264" and "887e66bb174de01a53c8548e976af9ff637a8f91" have entirely different histories.

View File

@ -63,6 +63,15 @@ try {
for log in logs { for log in logs {
print(log); 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 // Clean up
print("\nCleaning up:"); print("\nCleaning up:");
let stop_result = zinit_stop(socket_path, new_service); let stop_result = zinit_stop(socket_path, new_service);