You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am going through the tutorial but most of the output I get does not match the tutorial data.
As an example if I run:
sales-tax.js --seneca.log.print
I get the following output:
ie-macp-davidt:sales-tax davide_talesco$ node sales-tax.js --seneca.log.print
123
while as per Docs I should get all the deug logs:
node sales-tax.js --seneca.log.print
[-isodate-] INFO init start
... lots of init stuff ...
[-isodate-] INFO init end
[-isodate-] INFO add {cmd=salestax}
[-isodate-] DEBUG act in 90xkee {cmd=salestax,net=100}
[-isodate-] DEBUG act out 90xkee {total=123}
123
Are there any more up to date docs I am missing?
The text was updated successfully, but these errors were encountered:
Hi,
can you confirm content @ http://senecajs.org/docs/tutorials/logging-with-seneca.html is out of date?
I am going through the tutorial but most of the output I get does not match the tutorial data.
As an example if I run:
sales-tax.js --seneca.log.print
I get the following output:
ie-macp-davidt:sales-tax davide_talesco$ node sales-tax.js --seneca.log.print
123
while as per Docs I should get all the deug logs:
node sales-tax.js --seneca.log.print
[-isodate-] INFO init start
... lots of init stuff ...
[-isodate-] INFO init end
[-isodate-] INFO add {cmd=salestax}
[-isodate-] DEBUG act in 90xkee {cmd=salestax,net=100}
[-isodate-] DEBUG act out 90xkee {total=123}
123
Are there any more up to date docs I am missing?
The text was updated successfully, but these errors were encountered: