Dépôt des sources de la commande logar, un outil d'archivage des logs Nginx de la vm bastion. https://www.chapril.org/
Go to file
Christian P. MOMON d4d1b6038c Refactored code. Removed concate use for anonymize. 2021-04-25 02:21:38 +02:00
.settings First commit. 2021-02-27 10:43:43 +01:00
lib Added anonymize feature. 2021-04-22 02:36:11 +02:00
resources Added anonymize feature. 2021-04-22 02:36:11 +02:00
src Refactored code. Removed concate use for anonymize. 2021-04-25 02:21:38 +02:00
test/org/april/logar/app Fixed package path. 2021-04-22 18:11:47 +02:00
.classpath Added anonymize feature. 2021-04-22 02:36:11 +02:00
.gitignore First commit. 2021-02-27 10:43:43 +01:00
.project First commit. 2021-02-27 10:43:43 +01:00
LICENSE First commit. 2021-02-27 10:43:43 +01:00
README.md First commit. 2021-02-27 10:43:43 +01:00
build-appjar.xml First commit. 2021-02-27 10:43:43 +01:00
build-local.xml First commit. 2021-02-27 10:43:43 +01:00
build-snapshot.xml First commit. 2021-02-27 10:43:43 +01:00
build-tagandpush.xml First commit. 2021-02-27 10:43:43 +01:00
build.num First commit. 2021-02-27 10:43:43 +01:00
build.properties First commit. 2021-02-27 10:43:43 +01:00
build.sh First commit. 2021-02-27 10:43:43 +01:00
log4j.properties First commit. 2021-02-27 10:43:43 +01:00

README.md

Logar

Logar is a simple log archive tool to manage HTTP log files.

LICENSE

Logar is released under the GNU AGPL+ license. Enjoy!

Authors:

Author: Christian Pierre MOMON christian@momon.org

Based on https://publicdomainvectors.org/en/free-clipart/Wood-log-clip-art/45623.html

License: Public Domain.

Other stuff

License of other stuff:

  • other: without any specific information, default license of images is CC-BY-SA 3+.

DOCUMENTATION

cpm@ocmstar (10:37:16) ~/Projets/Logar/Dev/logar/dist/logar-0.1.1-SNAPSHOT_20210227051001 95 > ./logar.sh 
Java requirement............... OK
2021-02-27T10:37:21.377098 Logar call: 
No parameter.
Logar CLI version 0.1.1-20210227051001
Usage:
    logar [ -h | -help | --help ]
    logar -version
    logar archive source target
    logar test source
    logar anonymize source target

Done.

Requirements

  • Java 11
  • Eclipse 4.16 (202006).

INSTALL

TODO

Unit test environment

For unit tests, install the TestNG: