60 lines
1.2 KiB
Markdown
60 lines
1.2 KiB
Markdown
|
# Logar
|
||
|
|
||
|
Logar is a simple log archive tool to manage HTTP log files.
|
||
|
|
||
|
|
||
|
## LICENSE
|
||
|
|
||
|
Logar is released under the GNU AGPL+ license. Enjoy!
|
||
|
|
||
|
Authors:
|
||
|
* Christian Pierre MOMON <christian@momon.org>
|
||
|
|
||
|
|
||
|
### Logo
|
||
|
|
||
|
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
|
||
|
|
||
|
<pre>
|
||
|
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.
|
||
|
</pre>
|
||
|
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
- Java 11
|
||
|
- Eclipse 4.16 (202006).
|
||
|
|
||
|
## INSTALL
|
||
|
|
||
|
TODO
|
||
|
|
||
|
### Unit test environment
|
||
|
For unit tests, install the TestNG:
|
||
|
* https://marketplace.eclipse.org/content/testng-eclipse
|
||
|
* Eclipse menu > Help > Eclipse Marketplace > Find "TestNG" > TestNG for Eclipse: Install button
|