Skip to content

Commit

Permalink
remove logging to stdout: deadlock still appearing - see #13
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasn committed Jun 16, 2018
1 parent 9004e35 commit 9b3b502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meo",
"version": "0.5.155",
"version": "0.5.156",
"description": "meo - a personal information manager",
"main": "prod/main/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/clj/meo/jvm/log.clj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
logfile
"./log/meo.log"))

(timbre/merge-config!
(timbre/set-config!
{:level :info
:timestamp-opts {:pattern "yyyy-MM-dd HH:mm:ss.SSS"}
:appenders {:rolling (tr/rolling-appender {:path filename})}})

0 comments on commit 9b3b502

Please sign in to comment.