diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-04-09 08:09:20 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-04-09 08:09:20 -0400 |
commit | 025b5d1dcbb30e727afee3307d49328432bae603 (patch) | |
tree | 49ad0f24b7f71d9e15fbe03499b1bbaa94e6571c /captain/example | |
parent | 29ab398f73c791f9591674c813c47267c524e6be (diff) | |
download | levitating-025b5d1dcbb30e727afee3307d49328432bae603.tar.gz levitating-025b5d1dcbb30e727afee3307d49328432bae603.zip |
Modified how logging works so that multiple processes can write in theory.
Diffstat (limited to 'captain/example')
-rw-r--r-- | captain/example/levitating.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/captain/example/levitating.conf b/captain/example/levitating.conf index 1b647a4..5726e9b 100644 --- a/captain/example/levitating.conf +++ b/captain/example/levitating.conf @@ -5,6 +5,8 @@ database = /home/jeff/Workspace/levitating/captain/example/store.db log-filename = /tmp/levitating.log +log-level = 4 + project = misc-build description = A builder for stuff |