Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added test for tempfile creation | Ben Morrison | 2020-05-27 | 1 | -0/+12 |
| | |||||
* | removed panics and refactored error handling | Ben Morrison | 2020-05-26 | 1 | -9/+1 |
| | | | | | | | | Using a helper function to handle fatal errors error::helper() Displays the simplified message if an error condition occurs. Displays both the simplified and the raw error message if -v verbose logging is enabled. | ||||
* | removed panics from logging initialization | Ben Morrison | 2020-05-26 | 1 | -9/+15 |
| | |||||
* | using in-memory db for tests, passing path to logging::init() instead of ↵ | Ben Morrison | 2020-05-26 | 1 | -6/+6 |
| | | | | assuming | ||||
* | logging changes: | Ben Morrison | 2020-05-26 | 1 | -30/+16 |
| | | | | | | | | | | Rather than using a new logfile for each invocation, a single logfile called `/tmp/clinte_$USER.log` will be used, with later invocations appending to the previous messages. Also removed some unnecessary `use` statements relating to the `log` crate and its macros. Leaving the macro calls namespaced to `log::` makes it clearer what the behavior is. | ||||
* | letting errors flow up | Ben Morrison | 2019-09-05 | 1 | -4/+7 |
| | |||||
* | updated logging test v0.4.0 | Ben Morrison | 2019-09-04 | 1 | -2/+2 |
| | |||||
* | getting user name at single location | Ben Morrison | 2019-09-04 | 1 | -8/+3 |
| | |||||
* | logging reflects executing username v0.3.4 | Ben Morrison | 2019-09-04 | 1 | -8/+17 |
| | |||||
* | fix logging test | Ben Morrison | 2019-08-28 | 1 | -2/+2 |
| | |||||
* | db connected, logging up | Ben Morrison | 2019-08-27 | 1 | -0/+48 |