Ekstrak File Log
Aplikasi Command Line Interface (CLI) yang berfungsi untuk melakukan ekstraksi data log dari file sumber ke file baru sesuai dengan parameter tanggal yang ingin di ekstraksi.
Deployment
Build aplikasi makefile linux dan windows:
make build
Build aplikasi makefile linux:
make build-linux
Build aplikasi makefile windows:
make build-windows
Build aplikasi menggunakan compiler go:
go build -o bin/nama_aplikasi
Run Locally
Clone the project
git clone https://github.com/herudins/ekstraklogfile.git
Go to the project directory
cd my-project
Download dependencies:
go mod tidy
Start the server
go run -filename="path/filename.log" -start="2023-01-01 00:00" -end="2023-01-01 23:59" .
Usage/Examples
./nama_aplikasi -filename="path/filename.log" -start="2023-01-01 00:00" -end="2023-01-01 23:59"
License
MIT
Notes
Contoh prefix format log yang di support:
2023-01-01 01:01:01 INFO message log info
[2023-01-01 01:01:01 INFO message log info]
Selain contoh tersebut belum di support.