1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-12-22 09:31:42 -05:00
aprsd/aprsd
Walter A. Boring IV ce7a30aa78 Require ~/.aprsd/config.yml
This patch completes the migration to using a config.yml file.
~/.aprsd/config.yml is now required and all options for callsign,
imap, aprs user, passwords are in the config.  If there is no existing
~/.aprsd/config.yml file, then the app will output a sample config
and exit.

This patch also adds a global logging facility that allows logging all
commands to aprsd.log as well as stdout.  You can disable logging to
stdout by adding --quiet on the command line.  You can specify the log
level with --loglevel INFO.  By default the log level is DEBUG.

This patch also updates some formatting issues and small refactoring
to ensure that the logging facility and config is read prior to starting
any network connections and/or services.
2018-11-29 08:22:41 -05:00
..
__init__.py First stab at migrating this to a pytpi repo 2018-11-21 13:56:29 -08:00
fuzzyclock.py First stab at migrating this to a pytpi repo 2018-11-21 13:56:29 -08:00
main.py Require ~/.aprsd/config.yml 2018-11-29 08:22:41 -05:00
utils.py Require ~/.aprsd/config.yml 2018-11-29 08:22:41 -05:00