diff --git a/spothole.py b/spothole.py index 55f82b5..64ef753 100644 --- a/spothole.py +++ b/spothole.py @@ -33,7 +33,7 @@ if __name__ == "__main__": root.setLevel(LOG_LEVEL) handler = logging.StreamHandler(sys.stdout) handler.setLevel(LOG_LEVEL) - formatter = logging.Formatter("%(levelname)s : %(message)s") + formatter = logging.Formatter("%(asctime)s | %(levelname)7s | %(message)s", "%Y-%m-%d %H:%M:%S") handler.setFormatter(formatter) root.handlers.clear() root.addHandler(handler) diff --git a/templates/add_spot.html b/templates/add_spot.html index 78bc1fc..f95f7a0 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -76,7 +76,7 @@ - + diff --git a/templates/alerts.html b/templates/alerts.html index 6e2f6f7..a870701 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -84,7 +84,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index b8d64cc..afbd820 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,8 +76,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index ee334b2..805ca75 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -15,10 +15,10 @@ window.fetchEventSource = fetchEventSource; - - - - + + + + {% end %} {% block body %}