Revisions of perl-Log-Any

buildservice-autocommit accepted request 1156487 from Tina Müller's avatar Tina Müller (tinita) (revision 60)
baserev update by copy to link target
Tina Müller's avatar Tina Müller (tinita) committed (revision 59)
Fix disabling of __perllib_provides
buildservice-autocommit accepted request 1110647 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 58)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1108654 from Tina Müller's avatar Tina Müller (tinita) (revision 57)
- updated to 1.717
   see /usr/share/doc/packages/perl-Log-Any/Changes
  1.717     2023-08-17 10:52:21-05:00 America/Chicago
    [Fixed]
    - Fixed WithStackTrace proxy to remove arguments in-place instead of
      always stringifying the exception object immediately. This means we
      need to handle different exception objects differently, but it also
      means a better log message. Thanks @larryl and @GrantStreetGroup for
      submitting this fix! [Github #100]
buildservice-autocommit accepted request 1098161 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 56)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1097585 from Tina Müller's avatar Tina Müller (tinita) (revision 55)
- updated to 1.716
   see /usr/share/doc/packages/perl-Log-Any/Changes
  1.716     2023-06-26 14:14:46-05:00 America/Chicago
    [Added]
    - Added a parameter to show stack trace arguments when using the
      WithStackTrace proxy. Since these arguments may contain sensitive
      information, they are now removed by default. Thanks @sam-ng and
      @GrantStreetGroup for submitting this patch! [Github #97]
buildservice-autocommit accepted request 1090313 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 54)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1090308 from Tina Müller's avatar Tina Müller (tinita) (revision 53)
- updated to 1.715
   see /usr/share/doc/packages/perl-Log-Any/Changes
  1.715     2023-05-04 13:09:22-05:00 America/Chicago
    [Fixed]
    - Fixed Multiplex adapter losing context details. Normally, the
      Log::Any::Proxy joins all of the arguments passed in to a logging
      method if the adapter it's using does not support structured data.
      Multiplex supports structured data, but one of the adapters inside
      may not. So, the Multiplex adapter must also perform this
      concatenation to avoid losing those additional arguments.
      Thanks @jrubinator and @GrantStreetGroup for discovering this bug
      and providing the fix! [Github #95]
buildservice-autocommit accepted request 1076994 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 52)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1076905 from Tina Müller's avatar Tina Müller (tinita) (revision 51)
- updated to 1.714
   see /usr/share/doc/packages/perl-Log-Any/Changes
  1.714     2023-03-20 11:48:30-05:00 America/Chicago
    [Fixed]
    - Fixed Syslog adaptor losing ident and facility information if
      another library wrongly calls Sys::Syslog::closelog(). This is not
      a perfect solution, but a perfect solution can only ever be to fix
      the close that's calling closelog() :P
      Thanks to Tom Christiansen and @GrantStreetGroup for reporting this
      issue and providing the fix.
buildservice-autocommit accepted request 1042613 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 50)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 1042458 from Tina Müller's avatar Tina Müller (tinita) (revision 49)
- updated to 1.713
   see /usr/share/doc/packages/perl-Log-Any/Changes
  1.713     2022-12-12 12:44:52-06:00 America/Chicago
    [Fixed]
    - Fixed tests failing due to missing Devel::Stacktrace. This is an
      optional module, so we do not explicitly depend on it. Thanks
      @dbevans and @perlpunk for reporting this issue! (Github #93)
  1.712     2022-12-09 11:05:10-06:00 America/Chicago
    [Added]
    - Added `Log::Any::Proxy::WithStackTrace` to provide a stack trace at
      the caller site. Thanks @larryl and @GrantStreetGroup for providing
      this feature!
    [Other]
    - Removed Travis, as they stopped supporting free Github repos :(
buildservice-autocommit accepted request 1037955 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 48)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 1037666 from Tina Müller's avatar Tina Müller (tinita) (revision 47)
- updated to 1.711
   see /usr/share/doc/packages/perl-Log-Any/Changes
  1.711     2022-11-22 11:28:01-06:00 America/Chicago
    [Fixed]
    - Fixed proxy not exposing 'category' attribute (#86). Thanks
      @andrew-grechkin!
    - Fixed not being able to get a proxy for the "root" category (empty
      string) (#90). Thanks @XSven!
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 910831 from Tina Müller's avatar Tina Müller (tinita) (revision 46)
- updated to 1.710
   see /usr/share/doc/packages/perl-Log-Any/Changes
  1.710     2021-08-02 10:11:33-05:00 America/Chicago
      [Other]
      - Removed explicit declaration of core dependencies to improve user
        experience
buildservice-autocommit accepted request 873645 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 45)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 873326 from Tina Müller's avatar Tina Müller (tinita) (revision 44)
- updated to 1.709
   see /usr/share/doc/packages/perl-Log-Any/Changes
  1.709     2021-02-17 15:16:20-06:00 America/Chicago
      [Added]
      - Added "Log::Any->has_consumer" for the rare case where one needs
        to know if a consumer has already been configured.
buildservice-autocommit accepted request 764296 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 43)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 764245 from Tina Müller's avatar Tina Müller (tinita) (revision 42)
- updated to 1.708
   see /usr/share/doc/packages/perl-Log-Any/Changes
  1.708     2020-01-12 22:56:43-05:00 America/New_York
  
      [Added]
  
      - Added 'Capture' adapter for capturing log messages in an array or
        running an arbitrary callback. This makes it easier to test log
        messages, collect messages from a certain scope for later display.
        Thanks @nrdvana! [Github #77]
  
      - Added Log::Any::Adapter 'get' class method to get an adapter for
        a category. This allows bypassing the Proxy and using the Adapter
        directly. Doing so breaks all the features enabled by a Proxy, and
        so should only be used in special circumstances (definitely not in
        CPAN modules). Thanks @nrdvana! [Github #78]
  
      - Added 'Multiplex' adapter for directing log output to one or more
        Log::Any adapters. This allows, for example, basic logging to
        Stderr and logging to a remote Syslogd or Elastic. Thanks
        @jrubinator and @GrantStreetGroup for contributing this!
        [Github #79, Github #16]
buildservice-autocommit accepted request 631320 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 41)
baserev update by copy to link target
Displaying revisions 1 - 20 of 60
openSUSE Build Service is sponsored by