- 11 Jul, 2018 1 commit
-
-
Matt Traudt authored
**Important changes**: - The way users configure logging has changed. No longer are most users expected to be familiar with how to configure python's standard logging library with a config file. Instead we've abstracted out the setting of log level, format, and destinations to make these settings more accessible to users. Expert users familiar with [the logging config file format][logconffmt] can still make tweaks. Summary of changes: - Make logging configuration easier for the user. - Add UML diagrams to documentation. They can be found in docs/source/images/ and regenerated with `make umlsvg` in docs/. [logconffmt]: https://docs.python.org/3/library/logging.config.html#logging-config-fileformat
-
- 10 Jul, 2018 21 commits
-
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
-
juga authored
Since sbws migth be run as a system service, it should give some information to the system log. There are no new options to configure for the user, and it's disabled by default.
-
- 09 Jul, 2018 2 commits
- 06 Jul, 2018 8 commits
-
-
juga authored
-
juga authored
and call it from object instance, otherwise generate would fail. write method should not be a classinstance since a Class won't have useful information to write, and can't be an static method since it requires an argument.
-
juga authored
-
juga authored
and add a simple first sentence about what this program does.
-
Matt Traudt authored
GH: ref #201
-
Matt Traudt authored
-
juga authored
-
juga authored
-
- 05 Jul, 2018 8 commits