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

[CORE] logger.info in stat.py for EPHEM version is spamming the logfile #32

Closed
sandman60 opened this issue Apr 24, 2016 · 1 comment
Closed

Comments

@sandman60
Copy link

Hi,

it seems that due to this line the logfile is logging every 5 mins. the EPHEM-version.

Suggest to change from " logger.info('Ephem Version: {0}'.format(ephem.version)) " to " logger.debug('Ephem Version: {0}'.format(ephem.version)) ". In general the logging of the EPHEM version to an env.-item is brilliant and should be kept.

Cheers,
Oliver

@cstrassburg
Copy link
Member

Erledigt

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