Skip to content

Releases: anfema/dblogger-native

0.6.1

Choose a tag to compare

@dunkelstern dunkelstern released this 27 Mar 12:20
  • Update typescript definition

Crash fixes and running without a DB

Choose a tag to compare

@dunkelstern dunkelstern released this 07 Mar 17:26
  • Allow instanciation of logger without any DB config (use type: 'none')
  • Bugfix: Do not crash with segmentation fault if first logger to be instanciated is provided with no configuration (throws exception now)

Silence postgres notices

Choose a tag to compare

@dunkelstern dunkelstern released this 07 Mar 17:25
  • Silence the NOTICE warnings of libpq when skipping table creation on startup

Typescript improvements

Choose a tag to compare

@dunkelstern dunkelstern released this 07 Mar 17:25
  • Add type property to options in typescript definition

Initial Typescript support

Choose a tag to compare

@dunkelstern dunkelstern released this 07 Mar 17:25
  • Add TypeScript definition file 🎉

Stability improvements

Choose a tag to compare

@dunkelstern dunkelstern released this 07 Mar 17:24
  • Bugfix: If loglevel was not explicitly set the initialization of the global log level was undefined
  • Bugfix: On logfile rotation the log_to_stdout flag was lost on reinitialization
  • Postgres: Mark connection as invalid on fatal errors, try to reconnect on next log statement
  • Postgres: Set application name to <logger name> logger

stdout/stderr improvements

Choose a tag to compare

@dunkelstern dunkelstern released this 07 Mar 17:22
  • Bugfix: stdout setting will now be inherited, you can turn it off for specific loggers by only setting that option on creation

Bugfix for lost log-level

Choose a tag to compare

@dunkelstern dunkelstern released this 07 Mar 17:22
  • Bugfix: Keep configured log level and re-apply that setting to all loggers that do not override it specifically

Log rotation improvements

Choose a tag to compare

@dunkelstern dunkelstern released this 07 Mar 17:22
  • Bugfix: Log-rotation/DB-reconnect killed configured logger name

PostgreSQL support

Choose a tag to compare

@dunkelstern dunkelstern released this 07 Mar 17:21
  • Implement PostgreSQL support,
  • Bugfix: speed up logging by not failing a lot of insert statements