File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1818- input/scp: implement timeouts. Fixes #3590 (@robertcheramy , @ytti )
1919- model/mtrlrfs: add missing prompt (@R3thos )
2020- slackdiff: Respect the HTTP proxy configuration while uploading the file. Fixes #3534 (@varesa )
21+ - logging (syslog): do not write two timestamps (Fixed in semanticlogger) (@robertcheramy )
2122
2223
2324## [ 0.34.1 - 2025-07-18]
Original file line number Diff line number Diff line change @@ -375,9 +375,6 @@ following appenders are currently supported:
375375> `stderr` and `stdout` are mutually exclusive and will produce a warning if used
376376> simultaneously.
377377
378- > Note: `syslog` currently produces two timestamps because of an issue in
379- > [Sematic Logger](https://github.com/reidmorrison/semantic_logger/issues/316).
380-
381378> You can configure as many file appenders as you wish.
382379
383380You can set a log level globally and/or for each appender.
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Gem::Specification.new do |s|
4141 s . add_dependency 'net-telnet' , '~> 0.2'
4242 s . add_dependency 'psych' , '~> 5.0'
4343 s . add_dependency 'rugged' , '~> 1.6'
44- s . add_dependency 'semantic_logger' , '~> 4.16 '
44+ s . add_dependency 'semantic_logger' , '~> 4.17.0 '
4545 s . add_dependency 'slop' , '~> 4.6'
4646 s . add_dependency 'syslog' , '~> 0.3.0'
4747 s . add_dependency 'syslog_protocol' , '~> 0.9.2'
You can’t perform that action at this time.
0 commit comments