Skip to content

cannot get LogConfig to work #1428

Answered by IsmaelMartinez
il-moreno asked this question in Q&A
Discussion options

You must be logged in to vote

The logs does seem to indicate it has ignored your config.

Sep 30 09:06:25 notebook org.gnome.Nautilus[511100]: Logger initialised with transports: {}

Can you try putting this and see what you get?

"logConfig": {
		"transports": {
			"console": {
				"level": false
			},
			"file": {
				"level": false
			}
		}
	}
	```
	
or as an alternative, try this and see if all logs disappear:

"logConfig": false


It might be a we bug

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@il-moreno
Comment options

Answer selected by il-moreno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants