Skip to content

issues Search Results · repo:rvagg/bole language:JavaScript

Filter by

14 results
 (146 ms)

14 results

inrvagg/bole (press backspace or delete to remove)

I was trying to log some objects using logger.debug( data is , dataObj); However some objects are not getting logged properly, instead of expanded object I am seeing just Object : headers: {\n host: [ ...
  • vivekprm
  • 2
  • Opened 
    on Nov 24, 2022
  • #30

hello, when i use pnpm on win7, i got an error, then i find there error stack point to https://github.com/rvagg/bole/blob/9929b9e2abc508d574e8f0081a275b4925533776/bole.js#L7 the cause reason is https://github.com/ericelliott/cuid/issues/263 ...
  • zhanglolo
  • 7
  • Opened 
    on Aug 10, 2022
  • #20

Logger will produce invalid JSON if the object includes keys with undefined value. Code: var bole = require( bole ); var log = bole( TEST ); bole.output({ level: info , stream: process.stdout }); ...
  • borisovg
  • 5
  • Opened 
    on Oct 2, 2017
  • #18

I have several modules that use bole for logging and one of them is very chatty (on info level), so it would be nice to have ability to filter output stream based on log names, so I can have separate file ...
  • alexindigo
  • 2
  • Opened 
    on Jul 11, 2017
  • #17

If you need to filter a present output data in a special way, write a package to do it and publish it in npm. I d like to change the output a bit. I m running on amazon lambda and I don t need the PID ...
  • reconbot
  • 2
  • Opened 
    on Dec 17, 2016
  • #15

Great fast library..are you using another tool to format the logs during development? If not, is there a hidden option for formatting the output like JSON.stringify(object, null, 2)?
  • ruffrey
  • 4
  • Opened 
    on Jul 10, 2016
  • #13

Hi! 👋 I d like to log additional context when logging an error object so that I have more information about why the error occurred. I have something like the following: var log = require( bole )( mymodule ...
  • parshap
  • 6
  • Opened 
    on Jun 21, 2016
  • #12

Great logger module, but I have some issues with custom errors logging. Look at the code: var bole = require( bole ), log = require( bole )( mymodule ) bole.output({ level: debug , ...
  • fleg
  • 1
  • Opened 
    on Jun 19, 2016
  • #11

I got a sneaking suspicion that this is a too simple question, but I ll add it anyway as I ve found no way to do this. I d like to disable the bole logger, how can I achieve that? I use bole to log inside ...
  • leftieFriele
  • 2
  • Opened 
    on May 26, 2016
  • #9

There s a new kid on the block and things aren t looking too great for bole perf-wise. benchBunyanObj*10000: 1252.539ms benchWinstonObj*10000: 1729.837ms benchBoleObj*10000: 1491.677ms benchPinoObj*10000: ...
  • yoshuawuyts
  • 1
  • Opened 
    on Mar 27, 2016
  • #8
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub