Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
superpenguin612 committed Jun 21, 2022
1 parent da0e7ed commit 4cb56a6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ formatters:
discord:
format: "[%(asctime)s] [%(levelname)s] [%(name)s] - %(message)s"
commands:
format: "[%(asctime)s] [Bot: %botname)s]
[User: %(username)s ID: %(userid)s] [Guild: %(guild)s ID: %(guildid)s]
[Prefix: %(prefix)s] [Command: %(command)s] [Arguments: %(arguments)s]\n
Full message:\n
%(full)s"
format: >
"[%(asctime)s] [Bot: %botname)s]
[User: %(username)s ID: %(userid)s] [Guild: %(guild)s ID: %(guildid)s]
[Prefix: %(prefix)s] [Command: %(command)s] [Arguments: %(arguments)s]\n
Full message:\n
%(full)s"
handlers:
bot_console:
class: logging.StreamHandler
Expand Down

0 comments on commit 4cb56a6

Please sign in to comment.