Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: slackapi/python-rtmbot Loading
base: master
Choose a base ref
...
head repository: ShotaKitazawa/rtmbot-mattermost Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 35 files changed
  • 2 contributors

Commits on Sep 18, 2018

  1. [0.4.2] update version

    ShotaKitazawa committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    0575977 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Configuration menu
    Copy the full SHA
    3de045a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Configuration menu
    Copy the full SHA
    f4130f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Configuration menu
    Copy the full SHA
    1c5ecec View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Support log export to STDOUT and LOGFILE

    It didn't export the log simultaneously to stdout and logfile. I made a bit of modifications to fix it.
    Now the program declares two handlers each for stdout and file.
    
    Reference about multiple handlers: https://docs.python.org/3/howto/logging-cookbook.html#multiple-handlers-and-formatters
    yt-koike committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    5206e4f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Merge pull request #1 from yt-koike/patch-1

    標準出力とファイルにログ同時出力機能を追加
    ShotaKitazawa committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    d449abc View commit details
    Browse the repository at this point in the history
Loading