• Show log

    Commit

  • Hash : 64c652d7
    Author : Roman Lavrov
    Date : 2022-08-12T18:14:39

    Use stdout instead of (default) stderr in logging.StreamHandler
    
    Currently logging output appears before stdout on bots,
    makes logs so confusing as subprocess logs get out of order with logs
    from python. Using StreamHandler(stdout) seems to be the common practice
    in other python scripts in code search.
    
    Note: subprocess's stderr is redirected to stdout:
    https://crsrc.org/c/third_party/angle/src/tests/py_utils/angle_test_util.py;drc=2de8bb42a9ef93dfafe476e7dc81643285fa7ef1;l=92
    
    Bug: angleproject:7299
    Change-Id: I825f16d9c479f33a280d8fdbafb8297cda0c18b8
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3827957
    Auto-Submit: Roman Lavrov <romanl@google.com>
    Reviewed-by: Amirali Abdolrashidi <abdolrashidi@google.com>
    Commit-Queue: Amirali Abdolrashidi <abdolrashidi@google.com>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    kc3_lang_org www_kmx_io thodg_w thodg_l thodg thodg_m
    Tags