File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,15 @@ If you want to to edit your file path or file name you should publish config fil
34
34
35
35
after publishing the config you can see it in config/writelog.php then you can customize everything in your ways
36
36
37
+ ```
38
+ return [
39
+
40
+ "directory" => base_path(), // Log Store Directory Url
41
+
42
+ "file_name" => "debug.log" // Log file name
43
+ ];
44
+ ```
45
+
37
46
## Contributing
38
47
39
48
Contributions to the Writelog package are welcome. Please note the following guidelines before submitting your pull request.
Original file line number Diff line number Diff line change 10
10
11
11
/*
12
12
|--------------------------------------------------------------------------
13
- | Log Store Directory Url
13
+ | Log file name
14
14
|--------------------------------------------------------------------------
15
15
*/
16
16
"file_name " => "debug.log "
You can’t perform that action at this time.
0 commit comments