From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7DF39C433EF for ; Tue, 26 Oct 2021 10:06:16 +0000 (UTC) Received: from lists.zx2c4.com (lists.zx2c4.com [165.227.139.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9260B61039 for ; Tue, 26 Oct 2021 10:06:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9260B61039 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=zx2c4.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.zx2c4.com Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 07a4cefe; Tue, 26 Oct 2021 10:06:13 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 0d513942 (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO) for ; Tue, 26 Oct 2021 10:06:12 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 0A43360F9D for ; Tue, 26 Oct 2021 10:06:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="FXafdz5N" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1635242768; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=pUvZnwjptTGqHp/zC0M3atDClZlvKRM3I6WHczyv2vw=; b=FXafdz5NBTXe0B2wqX2vYPbtoScYEriD7KNpqoxJeKntZWHL/ldyTGD2bILqJQEd/DPNP1 WaNyOoa0mWj9IJSfS/a9WrfMUsTU3Vyt0Pz7ajOkW+fXL69UUXYOtKArQzTa50le7mRAgf eh6rNyVO0UAvAoVR7u1oHlebovE5Uak= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id de394915 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Tue, 26 Oct 2021 10:06:08 +0000 (UTC) Received: by mail-yb1-f180.google.com with SMTP id y80so15513949ybe.12 for ; Tue, 26 Oct 2021 03:06:08 -0700 (PDT) X-Gm-Message-State: AOAM532pMSgTMvLFXdZGWgP3yO9QieIBAd6E66pBcGhxAQoXZS9Th/OL NEZz9dJjO2GtwySuA6ZO1fBZ4JJwCtrMu/5hyTA= X-Google-Smtp-Source: ABdhPJziCh51XFGm2HLwPDvzcesN+KCxtlkAgx1M3tngiaY8vOqb69mTBlqrlwMURO1ALBhG/O1y09tnfGQ2g72/vOc= X-Received: by 2002:a25:3cd:: with SMTP id 196mr23438956ybd.95.1635242768205; Tue, 26 Oct 2021 03:06:08 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Jason A. Donenfeld" Date: Tue, 26 Oct 2021 12:05:57 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Windows Log Output to Event Viewer or Text File To: Frank Wayne Cc: WireGuard mailing list Content-Type: text/plain; charset="UTF-8" X-BeenThere: wireguard@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: wireguard-bounces@lists.zx2c4.com Sender: "WireGuard" `wireguard /dumplog /tail | select` should now work in 0.5.1. Let me know how that goes with your log ingestor. Jason