Skip to content

Commit

Permalink
chore: update all file and code
Browse files Browse the repository at this point in the history
  • Loading branch information
rulanugrh committed Oct 2, 2024
1 parent 3ff23af commit 83b4c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions advance/04_system_logging/system_logging.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

echo "Ini adalah custom logger" > /var/log/customlog
logger -f /var/log/customlog
echo "Ini adalah custom logger" > test.log
logger -f test.log

0 comments on commit 83b4c22

Please sign in to comment.