Parasol (About)
Logging system for IT, STQC, TW & other products
Features
- by REST API exposure/ Custom interface
- Logging to file, database
- Log with attachment
- Export with digital signature (Data not tampered in DB)
- UI to search
Security & Maintenance tips
- Store log as files
- by CATEGORY/YEAR/MONTH/DD/hh-mm-ss.log
- Have functionality like
- deleting older logs if size exceeds by N GB
- deleting older logs before some N date (YYYY, YYYY-MM, YYYY-MM-DD)
- Observe folder & index in DB for search by UI //TTL index to auto delete old data in DB
- files can be JSON, markdown or text