Matt
b9c8fb7f8a
Rework logging defaults ( #1927 )
...
Changes default logger back to plain.
2024-03-27 17:48:10 -07:00
Matt
08520bf894
Add log formatting settings ( #1926 )
...
Adds a log format setting as ATHENS_LOG_FORMAT that can be either plain or JSON when CloudRuntime is none (the default). Does not break or change any existing behavior.
2024-03-21 09:07:39 -07:00
Nicholas Wiersma
6be4bebc0c
chore: switch from interface{} to any ( #1837 )
2023-06-23 15:41:27 +02:00
Marwan Sulaiman
34f55365a2
always use request logging middleware ( #1522 )
...
* always use request logging middleware
* reads better
* rm http-url as it is redundant
* gopls being redundant
* add color name
2020-01-20 18:25:48 -05:00
Marwan Sulaiman
650577a6da
Athens: introduce log package ( #274 )
...
* Athens: introduce log package
* log: add buffalo doc note
* log: add cloud runtime based formatting
* log: add log level to constructor
* log: remove nil err from fmtBuffaloErr
* log: use switch statement in buffaloFormatter.Format
* log: rearrange .go files
* log: change cloudruntime development to none
* Olympus: add buffalo logger
2018-07-15 11:13:02 -04:00