-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to set loglevel verbosity #21
Comments
Oops, it was a mistake to let that version get tagged as the latest version. Can you try it with |
same error 20:31:11 info: |
Seems related. If I set different verbosity level for logger, e.g. |
Hey @nphias, @milkyklim this was a simple bug of invalid config being generated, it should be fixed in |
oh nice.. will try it and close the issue if it works.. |
Works on my side, thanks for the fix. |
its not working for me ... @milkyklim can you paste your code?
|
|
@nphias dictionary key is If I change your code it works on my side. |
ok got it working.. i understand ... it moderates logging that the core spits out not test logs
or to just turn off all:
|
using the latest version "@holochain/tryorama": "^0.3.2-dev.2"
in the readme file it says switching off logging is a config setting:
const commonConfig = Config.gen( { chat: Config.dna('path/to/chat.dna.json') }, { logger: Config.logger(false) } )
i get an error that the 'type' field is missing with this config
i imagine it should be something like {type:'error'} but that doesnt work for me either.
The text was updated successfully, but these errors were encountered: