Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #5843

[Python-de] Re: Aktuell gesetzte LOG_MASK in syslog herausfinden?

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Matthias Urlichs <matthias.urlichs@noris.de>
Newsgroups de.comp.lang.python
Subject [Python-de] Re: Aktuell gesetzte LOG_MASK in syslog herausfinden?
Date Thu, 22 Sep 2022 12:28:27 +0000
Lines 26
Message-ID <1d159e86-00b2-ed23-7b9e-447f18a3a320@noris.de> (permalink)
References <8f67ec890b9eec67e46394eba39864f5@posteo.de>
Mime-Version 1.0
Content-Type multipart/signed; protocol="application/x-pkcs7-signature"; micalg="sha-256"; boundary="----08FC90EECEF96DE5FE417D4420470671"
X-Trace news.uni-berlin.de XWDdb2dISUDXCnYrj/RFTQgYMy3e64yjYNLtPMN5fpTQ==
Authentication-Results mail.python.org; dkim=pass reason="2048-bit key; unprotected key" header.d=noris.de header.i=@noris.de header.b=Dzm9e/fX; dkim-adsp=pass; dkim-atps=neutral
DKIM-Signature v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=noris.de; s=201902; h=Date:Subject:To:From; bh=DVRsN6P1iZs0A9z7nNVI0V4mGQkQ7KodOvhxPVORy2M=; b=Dzm9e/fXsgUJLmIJTiNHoUA0GL eqJnK4yzDNxX8gLnfYJjrvZmXCFHLfcNkwgZgkQy8i+ZX0GHIIXh1rR92dMvk+o6ZfK8swnC0KiIm YVD5KJ9uHsGHkDKaNIkjD+0JwGoZ+CVhZbzew3Cb0sgn2bpvyrAOrgjV5YoSG/Cj9W4UOyECH3MUK Cwd/TnrPH4ch9OXqwUBgr4pIrOJ1RDu6Z92ejGRDVE+ZMrma9/1KKmyeC8/ITepzwyVO68fFCojkL BaYgeoOLmFtVMe1S4UKRxJIWMFnZmeGjv2XyFq4gpKYMh/Z0im8L0T3xTBeLFk8gmjoxuSWUGV+m5 m1JOIOmA==;
Thread-Topic [Python-de] Aktuell gesetzte LOG_MASK in syslog herausfinden?
Thread-Index AQHYznIcDbANhTaQDUmE6yhgaCEkR63rPzaA
In-Reply-To <8f67ec890b9eec67e46394eba39864f5@posteo.de>
Accept-Language de-DE, en-GB, en-US
X-MS-Has-Attach
X-MS-TNEF-Correlator
x-originating-ip [10.2.23.158]
x-c2processedorg 561ef00b-2b6e-4cdf-a83d-fb19a3bc92c1
X-TBoneOriginalFrom Matthias Urlichs <matthias.urlichs@noris.de>
X-TBoneOriginalTo "python-de@python.org" <python-de@python.org>
X-TBoneDomainSigned false
X-TBoneMailStatus SIGNED=(SMIME | USER)
X-Noris-IP 62.128.1.128
X-MailFrom matthias.urlichs@noris.de
X-Mailman-Rule-Hits nonmember-moderation
X-Mailman-Rule-Misses dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-python-de.python.org-0
Message-ID-Hash 3IVIICVNJMQGH7CN4V6KCFBYRMAHN3RO
X-Message-ID-Hash 3IVIICVNJMQGH7CN4V6KCFBYRMAHN3RO
X-Mailman-Approved-At Thu, 22 Sep 2022 10:41:05 -0400
X-Content-Filtered-By Mailman/MimeDel 3.3.6b1
X-Mailman-Version 3.3.6b1
Precedence list
List-Id Die Deutsche Python Mailingliste <python-de.python.org>
Archived-At <https://mail.python.org/archives/list/python-de@python.org/message/3IVIICVNJMQGH7CN4V6KCFBYRMAHN3RO/>
List-Archive <https://mail.python.org/archives/list/python-de@python.org/>
List-Help <mailto:python-de-request@python.org?subject=help>
List-Owner <mailto:python-de-owner@python.org>
List-Post <mailto:python-de@python.org>
List-Subscribe <mailto:python-de-join@python.org>
List-Unsubscribe <mailto:python-de-leave@python.org>
Xref csiph.com de.comp.lang.python:5843

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On 22.09.22 12:56, c.buhtz@posteo.jp wrote:
> Dafür scheint "syslog" laut Docu aber keinen Mechanismus
> bereitzustellen. Auch im "syslog.__dict__" konnte ich nichts finden.

Das ist 1:1 der "setlogmask"-Call aus der libc.

        The setlogmask() function sets this logmask for the calling
process, and returns the  pre‐
        vious mask.  If the mask argument is 0, the current logmask is
not modified.


--
Matthias Urlichs
Executive Principal Solution Architect (Linux)

noris network AG
Thomas-Mann-Straße 16-20
90471 Nürnberg
Deutschland

Tel +49 911 9352 1717
Fax +49 911 9352 100
Email matthias.urlichs@noris.de

noris network AG - Mehr Leistung als Standard
Vorstand: Ingo Kraupa (Vorsitzender), Joachim Astel, Florian Sippel
Vorsitzender des Aufsichtsrats: Stefan Schnabel - AG Nürnberg HRB 17689

Back to de.comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

[Python-de] Aktuell gesetzte LOG_MASK in syslog herausfinden? c.buhtz@posteo.jp - 2022-09-22 10:56 +0000
  [Python-de] Re: Aktuell gesetzte LOG_MASK in syslog herausfinden? Matthias Urlichs <matthias.urlichs@noris.de> - 2022-09-22 12:28 +0000
  [Python-de] Re: Aktuell gesetzte LOG_MASK in syslog herausfinden? Matthias Urlichs <matthias.urlichs@noris.de> - 2022-09-22 12:40 +0000
  Re: [Python-de] Aktuell gesetzte LOG_MASK in syslog herausfinden? "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2022-09-22 23:57 +0200

csiph-web