vault / seldaek-monolog / 3.4.0
seldaek-monolog @ 3.4.0
integrity
- size
- 182.2 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Added
LoadAverageProcessorto track one of the 1, 5 or 15min load averages by @JohJohan in https://github.com/Seldaek/monolog/pull/1803 - Added support for priority to the
AsMonologProcessorattribute by @sudo-plz in https://github.com/Seldaek/monolog/pull/1797 - Added
TelegramBotHandlertopic/message_thread_idsupport by @SamAsEnd in https://github.com/Seldaek/monolog/pull/1802 - Fixed
FingersCrossedHandlerpassthruLevel checking by @BrianMwit in https://github.com/Seldaek/monolog/pull/1801 - Fixed support of yearly and monthly rotation log file to rotate only once a month/year by @liutaot in https://github.com/Seldaek/monolog/pull/1805
- Fixed
TestHandlermethod docs by @dmitryuk in https://github.com/Seldaek/monolog/pull/1794 - Fixed handling of falsey
display_errorsstring values (#1804)
Full Changelog: https://github.com/Seldaek/monolog/compare/3.3.1...3.4.0
download
unix · zip
curl -fL -o 3.4.0.zip https://ratatoskr.space/pkg/seldaek-monolog/3.4.0.zip
printf '%s %s\n' 'd209a7c75a444153e7e7992318d83a205108b33ec0deeea27b470e8a204476db' '3.4.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/3.4.0.zip"
$out = "3.4.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d209a7c75a444153e7e7992318d83a205108b33ec0deeea27b470e8a204476db") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.4.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/3.4.0.tar.gz
printf '%s %s\n' '06c7e173a275010f6268f2248a1bdb726e276571430c4aa028f3f9298e871b36' '3.4.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/3.4.0.tar.gz"
$out = "3.4.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "06c7e173a275010f6268f2248a1bdb726e276571430c4aa028f3f9298e871b36") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 3.4.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.4.0.zip
printf '%s %s\n' 'd209a7c75a444153e7e7992318d83a205108b33ec0deeea27b470e8a204476db' '3.4.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.4.0.zip"
$out = "3.4.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d209a7c75a444153e7e7992318d83a205108b33ec0deeea27b470e8a204476db") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.4.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.4.0.tar.gz
printf '%s %s\n' '06c7e173a275010f6268f2248a1bdb726e276571430c4aa028f3f9298e871b36' '3.4.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.4.0.tar.gz"
$out = "3.4.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "06c7e173a275010f6268f2248a1bdb726e276571430c4aa028f3f9298e871b36") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 3.4.0.zip | zip | 184.1 KiB |
blake3-24 1b4fc99f0747fc3b382368e80160fcf3eac0b484ddf9a5df
sha256 d209a7c75a444153e7e7992318d83a205108b33ec0deeea27b470e8a204476db
sha1 7d8352a6ef32d84eae070b1bc614324bef0a8bf1
|
| 3.4.0.tar.gz | tar.gz | 102.2 KiB |
blake3-24 76523440b6541af1192c9a9798de9224cf4ee9026bd6ee3a
sha256 06c7e173a275010f6268f2248a1bdb726e276571430c4aa028f3f9298e871b36
sha1 2f0a93776de85386dec2a22ed9d8d58e6cc9f93d
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/3.4.0.tar.gz"],
integrity = "sha256-Bsfhc6J1AQ9iaPIkihvbcm4nZXFDDEqgKPP5KY6HGzY=",
strip_prefix = "seldaek-monolog-3.4.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/3.4.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:3.4.0
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.4.0.tar.gz"],
integrity = "sha256-Bsfhc6J1AQ9iaPIkihvbcm4nZXFDDEqgKPP5KY6HGzY=",
strip_prefix = "seldaek-monolog-3.4.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.4.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:3.4.0