Manage ASL magazines and their articles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
asl-articles/asl_articles/config/logging.yaml.example

25 lines
553 B

version: 1
formatters:
standard:
format: "%(asctime)s.%(msecs)03d | %(message)s"
datefmt: "%H:%M:%S"
handlers:
console:
class: "logging.StreamHandler"
formatter: "standard"
stream: "ext://sys.stdout"
file:
class: "logging.FileHandler"
formatter: "standard"
filename: "/tmp/asl-articles.log"
mode: "w"
loggers:
werkzeug:
level: "WARNING"
handlers: [ "console", "file" ]
search:
level: "WARNING"
handlers: [ "console", "file" ]