Skip to content

Commit

Permalink
More sensible default log levels
Browse files Browse the repository at this point in the history
  • Loading branch information
ngeiswei committed May 18, 2018
1 parent 7c88504 commit f574fd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/pln/inference-control-learning/icl.scm
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
(cog-randgen-set-seed! 0)

;; Set loggers levels
(cog-logger-set-level! "debug")
(cog-logger-set-level! "info")
(cog-logger-set-level! icl-logger "debug")
(cog-logger-set-level! (cog-ure-logger) "fine")
(cog-logger-set-level! (cog-ure-logger) "info")

;; Set loggers stdout
;; (cog-logger-set-stdout! #t)
Expand Down Expand Up @@ -75,7 +75,7 @@
;; Remove dangling atoms from history-as. These are produced due
;; to alpha-conversion. It creates inconsistencies, see
;; https://github.com/opencog/atomspace/issues/1417. It's not too
;; harmful for now but it will have to be remedy at some point.
;; harmful for now but it will have to be remedied at some point.
(icl-logger-info "Remove dangling atoms from history-as")
(remove-dangling-atoms history-as)

Expand Down

0 comments on commit f574fd0

Please sign in to comment.