Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log rotation ignores settings #150

Open
dgarth opened this issue Aug 29, 2013 · 1 comment
Open

Log rotation ignores settings #150

dgarth opened this issue Aug 29, 2013 · 1 comment

Comments

@dgarth
Copy link

dgarth commented Aug 29, 2013

My config is as follows:

LOGPATH="/home/${USERNAME}/backup/logs"
# GZIPLOGS=YES
LOGFILEAPPEND="logfile_"

Nevertheless the logs folder is full of archived and compressed logs with a naming scheme of logs_YYYY-MM-DD.tar.bz2. Inside an archive the whole folder structure is preserved, meaning I get home/minecraft/backup/logs/server.log where ever I decompress it. I just want the logs to be saved in cleartext in the folder with a date in the filename, how would I do that?

@jgehrcke
Copy link
Contributor

The config is out of sync with the code. GZIPLOG is not used in the init script at all:

$ grep -HR "GZIPLOGS" .
./config:#GZIPLOGS=YES
./config.example:GZIPLOGS=YES

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants