Skip to content

Commit 16d5435

Browse files
Merge pull request #3599 from ytti/fix/semantic-logger-syslog
Update semanticlogger to fix syslog issue
2 parents 077766d + 4fc56d0 commit 16d5435

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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]

docs/Configuration.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

383380
You can set a log level globally and/or for each appender.

oxidized.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)