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

remove unused and unmaintained logdaemon #353

Merged
merged 3 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ python utilities to be used as libraries
- Send a plain text message
- Send an HTML message, with a plain text alternative

## bin
A collection of python scripts, these are examples of how you could use fancylogger to log to a daemon, but should not be used directly.
- __logdaemon.py__: A daemon that listens on a port for udp packets and logs them to file, works toghether with fancylogger.
- __startlogdaemon.py__ : Script that will start the logdaemon for you and set environment variables for fancylogger.

# Acknowledgements
vsc-base was created with support of [Ghent University](https://www.ugent.be/en),
the [Flemish Supercomputer Centre (VSC)](https://vscentrum.be/nl/en),
Expand Down
176 changes: 0 additions & 176 deletions bin/logdaemon.py

This file was deleted.

44 changes: 0 additions & 44 deletions bin/startlogdaemon.sh

This file was deleted.

1 change: 0 additions & 1 deletion lib/vsc/utils/fancylogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
- custom specifier for always showing the calling function's name
- rotating file handler
- a default formatter.
- logging to an UDP server (vsc.logging.logdaemon.py f.ex.)
- easily setting loglevel
- easily add extra specifiers in the log record
- internal debugging through environment variables
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from vsc.install.shared_setup import ag, kh, jt, sdw, wdp

PACKAGE = {
'version': '3.6.2',
'version': '3.6.3',
'author': [sdw, jt, ag, kh],
'maintainer': [sdw, jt, ag, kh, wdp],
'install_requires': [
Expand Down