Make a log file the usual way.
# echo `date` this is a log entry >> sample.log
# echo `date` this is a log entry >> sample.log
# echo `date` this is a log entry >> sample.log
See the output:
{ | |
nodes: { | |
CEO: { | |
title: "CEO", | |
name: "John Doe", | |
children: ['CFO', 'CTO', 'COO', 'CMO', 'CHRO', 'CIO', 'CSO', 'CDO', 'CRO', 'CLO'] | |
}, | |
CTO: { | |
title: "Chief Technology Officer", | |
name: "Michael Rodriguez", |
#!/usr/bin/env python3 | |
import threading | |
import queue | |
import argparse | |
import os.path | |
import sys | |
NUM_WORKER_THREADS = 16 | |
LUKS_HEADER = b'LUKS\xba\xbe' |
Make a log file the usual way.
# echo `date` this is a log entry >> sample.log
# echo `date` this is a log entry >> sample.log
# echo `date` this is a log entry >> sample.log
See the output: