arthurrichards77 / adsb_box

ADSB box stuff
0 stars 0 forks source link

Logging #2

Closed arthurrichards77 closed 5 months ago

arthurrichards77 commented 5 months ago

Include a general logging capability, to a daily file. Should be both python library and command line script. Use it to test cron jobs.

arthurrichards77 commented 5 months ago

Make the logging do the data recording and file splitting too. Means can test without Linux pipes. Include options to make files by day, hour, minute, size, etc.

arthurrichards77 commented 5 months ago

By doing it all in python, remove dependency on split.

arthurrichards77 commented 5 months ago

Closed by 9d71cb2