You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ This document outlines the coding standards and practices to follow when working
33
33
## Logging
34
34
35
35
-**Eliot logging**: Use eliot as the default logging library using the `with start_action(...) as action` pattern
36
-
-**Use log folder**: use to_nice_file(output_file=json_path, rendered_file=log_path) from pycomfort library (for which you also check exact syntax as you may have bad intuition on it) to add file destination for logging
36
+
-**Use log folder**: use to_nice_file(output_file=json_path, rendered_file=log_path) and to_nice_stdout(output_file=json_path) from pycomfort library (for which you also check exact syntax as you may have bad intuition on it) to add file destination for logging
0 commit comments